Fix for failed restart after update.

pull/684/head
Louis Vézina 5 years ago
parent b7ef1329ce
commit 6f3bde1d72

@ -296,7 +296,7 @@ def updated(restart=True):
try: try:
from main import restart from main import restart
restart() restart()
except requests.ConnectionError: except:
logging.info('BAZARR Restart failed, please restart Bazarr manualy') logging.info('BAZARR Restart failed, please restart Bazarr manualy')
updated(restart=False) updated(restart=False)
else: else:

Loading…
Cancel
Save