Skip to content

Commit

Permalink
Update socket_manager.py (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Ofii authored Oct 20, 2024
1 parent db30b33 commit 30384ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linguaphoto/socket_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Handle client connection
@sio.event
async def connect(sid: str) -> None:
async def connect(sid: str, environ: dict) -> None:
print(f"User connected: {sid}")


Expand Down

0 comments on commit 30384ac

Please sign in to comment.