mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2026-03-14 04:03:14 +08:00
Add exit message
This commit is contained in:
parent
49b006f7ce
commit
f1bca57039
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue