diff --git a/bazarr/check_update.py b/bazarr/check_update.py index f3ef75a7f..15b1256a3 100644 --- a/bazarr/check_update.py +++ b/bazarr/check_update.py @@ -296,7 +296,7 @@ def updated(restart=True): try: from main import restart restart() - except requests.ConnectionError: + except: logging.info('BAZARR Restart failed, please restart Bazarr manualy') updated(restart=False) else: