forked from rDrama/rDrama
1
0
Fork 0

testing on prod

master
Aevann1 2022-08-26 18:11:01 +02:00
parent bdc0727ac2
commit e7b997fd01
3 changed files with 4442 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,6 @@ import atexit
socketio = SocketIO(
app,
async_mode='gevent',
cors_allowed_origins='*',
logger=True,
engineio_logger=True,
debug=True

View File

@ -214,6 +214,6 @@
<script src="{{asset('js/lozad.js')}}"></script>
<script src="/assets/js/lite-youtube.js?v=241"></script>
<script src="/chat.js?v=3024"></script>
<script src="/chat.js?v=3025"></script>
</body>