remotes/1693045480750635534/spooky-22
Aevann1 2022-03-20 01:31:04 +02:00
parent 63f525c5d6
commit 95e910c670
1 changed files with 1 additions and 1 deletions

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