summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bazarr/app/signalr_client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bazarr/app/signalr_client.py b/bazarr/app/signalr_client.py
index 0aa85633f..2435c32a3 100644
--- a/bazarr/app/signalr_client.py
+++ b/bazarr/app/signalr_client.py
@@ -70,7 +70,6 @@ class SonarrSignalrClientLegacy:
self.connected = True
event_stream(type='badges')
logging.info('BAZARR SignalR client for Sonarr is connected and waiting for events.')
- finally:
if not args.dev:
scheduler.add_job(update_series, kwargs={'send_event': True}, max_instances=1)
scheduler.add_job(sync_episodes, kwargs={'send_event': True}, max_instances=1)