diff --git a/modules/webhooks.py b/modules/webhooks.py index 98ed735f..a615a5c4 100644 --- a/modules/webhooks.py +++ b/modules/webhooks.py @@ -17,7 +17,7 @@ class Webhooks: if self.config.trace_mode: logger.debug("") logger.debug(f"JSON: {json}") - for webhook in webhooks: + for webhook in list(set(webhooks)): if self.config.trace_mode: logger.debug(f"Webhook: {webhook}") if webhook == "notifiarr":