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