fds
This commit is contained in:
parent
16fff00ea5
commit
0d89fa2dfa
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from flask import render_template
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
if "load_chat" in sys.argv:
|
if "load_chat" in sys.argv:
|
||||||
sex = SocketIO(app, async_mode='gevent-websocket')
|
sex = SocketIO(app)
|
||||||
|
|
||||||
@app.get("/chat")
|
@app.get("/chat")
|
||||||
@auth_required
|
@auth_required
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue