remotes/1693045480750635534/spooky-22
Aevann1 2022-03-20 01:24:24 +02:00
parent e6a11aef5e
commit f8c7f155b4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from flask_socketio import SocketIO, emit
from files.__main__ import app
from flask import render_template
sex = SocketIO(app)
sex = SocketIO(app, async_mode='gevent')
@app.get("/chat")
@auth_required