remotes/1693045480750635534/spooky-22
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,15 +7,16 @@ from files.__main__ import app
from flask import render_template
import sys
@app.get("/chat")
@auth_required
def chat( v):
return render_template("chat.html", v=v)
if "load_chat" in sys.argv:
sex = SocketIO(app)
@app.get("/chat")
@auth_required
def chat( v):
return render_template("chat.html", v=v)
@sex.on('speak')
@auth_required
def speak(data, v):