Skip to content

Commit ec60818

Browse files
committed
remove comments
1 parent c5dca6b commit ec60818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/socket_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def on_connect():
88
current_app.logger.info(
99
f"Socket {request.sid} connected from {request.environ.get('HTTP_ORIGIN')}"
1010
)
11-
return True # Accept the connection
11+
return True
1212

1313
@socketio.on("disconnect")
1414
def on_disconnect():

0 commit comments

Comments
 (0)