mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-12 01:06:01 +00:00
Fix for failed restart after update.
This commit is contained in:
parent
b7ef1329ce
commit
6f3bde1d72
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue