mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-15 02:15:37 +08:00
Updating process improvement
This commit is contained in:
parent
18a28973e7
commit
15a1d576ac
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def check_and_apply_update():
|
||||||
result = g.pull('origin', branch)
|
result = g.pull('origin', branch)
|
||||||
if result.startswith('Already'):
|
if result.startswith('Already'):
|
||||||
logging.info('No new version of Bazarr available.')
|
logging.info('No new version of Bazarr available.')
|
||||||
elif result.startswith('Updating'):
|
elif result.startswith('Updating') or result.startswith('Merge made'):
|
||||||
logging.info('Bazarr updated to latest version and need to be restarted.')
|
logging.info('Bazarr updated to latest version and need to be restarted.')
|
||||||
updated()
|
updated()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue