fix for multiple webhook notifications

This commit is contained in:
meisnate12 2021-11-16 11:44:03 -05:00
parent 0e6f36b8f1
commit 6ca4ccea37

View file

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