diff --git a/bazarr/app.py b/bazarr/app.py index 7d94f5d39..8241612f2 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():