1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 01:27:07 +00:00
This commit is contained in:
Moravčík, Marian 2020-05-07 12:29:00 +02:00
parent dcd8e78464
commit 71e3877417

View file

@ -7,7 +7,7 @@ import os
from get_args import args
from config import base_url
socketio = SocketIO()
socketio = SocketIO(async_mode='threading')
def create_app():