Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ElBeenMachine committed Dec 21, 2023
1 parent 5d6421d commit 5233004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Define a connection event
@sio.event
async def connect(sid, environ):
async def connect(sid):
print(f"🟢 | Client {environ['REMOTE_ADDR']} connected")

# Define a node data event
Expand Down

0 comments on commit 5233004

Please sign in to comment.