fsd
This commit is contained in:
parent
17958cedef
commit
0329d52ef5
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
|
||||
import gevent.monkey
|
||||
gevent.monkey.patch_all()
|
||||
from os import environ, path
|
||||
import secrets
|
||||
from flask import *
|
||||
|
|
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue