mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-01-01 13:13:54 +08:00
minor notifiarr fix
This commit is contained in:
parent
cb87ae37fa
commit
b462d708e4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Webhooks:
|
||||||
logger.debug(f"Webhook: {webhook}")
|
logger.debug(f"Webhook: {webhook}")
|
||||||
if webhook == None:
|
if webhook == None:
|
||||||
break
|
break
|
||||||
if webhook == "notifiarr":
|
elif webhook == "notifiarr":
|
||||||
if self.notifiarr is None:
|
if self.notifiarr is None:
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue