Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
winstonallo committed May 20, 2024
1 parent c3b5cb0 commit 0e1d066
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions srcs/pingpong/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,6 @@ async def disconnect(self, close_code):
{"type": "player_connected", "players_connected": len(self.users)},
)




async def receive(self, text_data):
data = json.loads(text_data)
event = data.get("event")
Expand Down

0 comments on commit 0e1d066

Please sign in to comment.