mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
ruff-only pre-commit
This commit is contained in:
@@ -12,6 +12,9 @@ class SocketHandler:
|
||||
client_manager=socketio.AsyncRedisManager(redis_url),
|
||||
)
|
||||
|
||||
self.socket_app = socketio.ASGIApp(self.socket_server, socketio_path="/ws/socket.io")
|
||||
self.socket_app = socketio.ASGIApp(
|
||||
self.socket_server, socketio_path="/ws/socket.io"
|
||||
)
|
||||
|
||||
|
||||
socket_handler = SocketHandler()
|
||||
|
||||
Reference in New Issue
Block a user