mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2024-12-29 11:46:31 +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}")
|
||||
if webhook == None:
|
||||
break
|
||||
if webhook == "notifiarr":
|
||||
elif webhook == "notifiarr":
|
||||
if self.notifiarr is None:
|
||||
break
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue