minor notifiarr fix

This commit is contained in:
bobokun 2021-12-23 18:28:39 -05:00
parent cb87ae37fa
commit b462d708e4
No known key found for this signature in database
GPG key ID: 9665BA6CF5DC2671

View file

@ -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: