fds
This commit is contained in:
parent
60724a744e
commit
83efe8072f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ def chat( v):
|
|||
return render_template("chat.html", v=v)
|
||||
|
||||
|
||||
sex = SocketIO(app)
|
||||
sex = SocketIO(app, logger=True, engineio_logger=True, debug=True)
|
||||
|
||||
@sex.on('speak')
|
||||
@auth_required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue