Updating process improvement

pull/56/merge
morpheus65535 7 years ago
parent 18a28973e7
commit 15a1d576ac

@ -29,7 +29,7 @@ def check_and_apply_update():
result = g.pull('origin', branch)
if result.startswith('Already'):
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.')
updated()
else:

Loading…
Cancel
Save