@ -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)):
logger.debug(f"Webhook: {webhook}")
if webhook == "notifiarr":