mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-09 21:36:52 +08:00
commit
18a583ece6
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ def start():
|
||||||
finished_run()
|
finished_run()
|
||||||
if cfg:
|
if cfg:
|
||||||
try:
|
try:
|
||||||
cfg.Webhooks.end_time_hooks(start_time, end_time, run_time, next_run, stats, body)
|
cfg.webhooks_factory.end_time_hooks(start_time, end_time, run_time, next_run, stats, body)
|
||||||
except Failed as err:
|
except Failed as err:
|
||||||
logger.stacktrace()
|
logger.stacktrace()
|
||||||
logger.error(f"Webhooks Error: {err}")
|
logger.error(f"Webhooks Error: {err}")
|
||||||
|
|
Loading…
Add table
Reference in a new issue