fds
This commit is contained in:
parent
a7b40d21dd
commit
3a70e46210
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if SITE=='pcmemes.net':
|
|||
return render_template("chat.html", v=v)
|
||||
|
||||
|
||||
sex = SocketIO(app, logger=True, engineio_logger=True, debug=True, async_mode='gevent')
|
||||
sex = SocketIO(app, async_mode='gevent')
|
||||
|
||||
@sex.on('speak')
|
||||
@auth_required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue