remotes/1693045480750635534/spooky-22
Aevann1 2022-03-22 16:09:02 +02:00
parent 45a59ccb81
commit 683c1152fe
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
import gevent.monkey
gevent.monkey.patch_all()
from os import environ, path
import secrets
from flask import *

View File

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