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