This commit is contained in:
Aevann1 2022-03-20 01:31:04 +02:00
parent 16fff00ea5
commit 0d89fa2dfa

View file

@ -8,7 +8,7 @@ from flask import render_template
import sys
if "load_chat" in sys.argv:
sex = SocketIO(app, async_mode='gevent-websocket')
sex = SocketIO(app)
@app.get("/chat")
@auth_required