gsd
This commit is contained in:
parent
0329d52ef5
commit
c98232525d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if SITE != 'rdrama.net':
|
||||||
from flask import render_template
|
from flask import render_template
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
socketio = SocketIO(app, async_mode='gevent', cors_allowed_origins='*')
|
socketio = SocketIO(app, async_mode='gevent', cors_allowed_origins=SITE_FULL)
|
||||||
typing = []
|
typing = []
|
||||||
online = []
|
online = []
|
||||||
messages = []
|
messages = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue