linted and styling

This commit is contained in:
Stefan Tobler
2024-01-07 22:17:03 -05:00
committed by psychedelicious
parent fc9a62dbf5
commit 98a01368b8
6 changed files with 37 additions and 40 deletions

View File

@ -18,7 +18,6 @@ class SocketIO:
__sub_bulk_download: str = "subscribe_bulk_download"
__unsub_bulk_download: str = "unsubscribe_bulk_download"
def __init__(self, app: FastAPI):
self.__sio = AsyncServer(async_mode="asgi", cors_allowed_origins="*")
self.__app = ASGIApp(socketio_server=self.__sio, socketio_path="/ws/socket.io")