mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 16:22:17 -05:00
remove comments
This commit is contained in:
@@ -8,7 +8,7 @@ def register_socket_handlers(socketio):
|
||||
current_app.logger.info(
|
||||
f"Socket {request.sid} connected from {request.environ.get('HTTP_ORIGIN')}"
|
||||
)
|
||||
return True # Accept the connection
|
||||
return True
|
||||
|
||||
@socketio.on("disconnect")
|
||||
def on_disconnect():
|
||||
|
||||
Reference in New Issue
Block a user