gfd
This commit is contained in:
parent
52478f7966
commit
d6fa8341a4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from flask_socketio import SocketIO, emit
|
||||||
from files.__main__ import app
|
from files.__main__ import app
|
||||||
from flask import render_template
|
from flask import render_template
|
||||||
|
|
||||||
sex = SocketIO(app)
|
sex = SocketIO(app, async_mode='gevent')
|
||||||
|
|
||||||
@app.get("/chat")
|
@app.get("/chat")
|
||||||
@auth_required
|
@auth_required
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue