forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-22 15:52:09 +02:00
parent ddf30631e4
commit 13d78b4009
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if SITE != 'rdrama.net':
from flask import render_template
import sys
socketio = SocketIO(app, async_mode='gevent')
socketio = SocketIO(app)
typing = []
online = []
messages = []