mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 09:37:25 +00:00
WIP
This commit is contained in:
parent
dcd8e78464
commit
71e3877417
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue