Add exit message

This commit is contained in:
bobokun 2022-01-10 17:38:25 -05:00
parent 49b006f7ce
commit f1bca57039
No known key found for this signature in database
GPG key ID: 9665BA6CF5DC2671

View file

@ -234,6 +234,7 @@ def start():
except Exception as e:
if 'Qbittorrent Error' in e.args[0]:
util.print_multiline(e, 'CRITICAL')
util.print_line('Exiting scheduled Run.', 'CRITICAL')
FinishedRun()
return None
else: