🚑 Hotfix in socket-server
This commit is contained in:
@@ -7,6 +7,7 @@ from classquiz.config import redis, settings
|
|||||||
from classquiz.db.models import GameSession, PlayGame
|
from classquiz.db.models import GameSession, PlayGame
|
||||||
|
|
||||||
sio = socketio.AsyncServer(async_mode="asgi", cors_allowed_origins=[])
|
sio = socketio.AsyncServer(async_mode="asgi", cors_allowed_origins=[])
|
||||||
|
settings = settings()
|
||||||
|
|
||||||
|
|
||||||
@sio.event
|
@sio.event
|
||||||
|
|||||||
Reference in New Issue
Block a user