fds
This commit is contained in:
parent
d6fa8341a4
commit
148a184097
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 flask import render_template
|
||||
|
||||
sex = SocketIO(app, async_mode='gevent')
|
||||
sex = SocketIO(app, async_mode='gevent-websocket')
|
||||
|
||||
@app.get("/chat")
|
||||
@auth_required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue