diff --git a/bazarr/app.py b/bazarr/app.py index 9c485d6a1..aeb9c199a 100644 --- a/bazarr/app.py +++ b/bazarr/app.py @@ -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():