forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-20 01:32:41 +02:00
parent 95e910c670
commit cd79cfaa8d
1 changed files with 7 additions and 6 deletions

View File

@ -7,8 +7,6 @@ from files.__main__ import app
from flask import render_template
import sys
if "load_chat" in sys.argv:
sex = SocketIO(app)
@app.get("/chat")
@auth_required
@ -16,6 +14,9 @@ if "load_chat" in sys.argv:
return render_template("chat.html", v=v)
if "load_chat" in sys.argv:
sex = SocketIO(app)
@sex.on('speak')
@auth_required
def speak(data, v):