remotes/1693045480750635534/spooky-22
Aevann1 2022-03-22 16:11:33 +02:00
parent 5e0f942c94
commit 93080984c9
1 changed files with 1 additions and 1 deletions

View File

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