mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
fix for multiple webhook notifications
This commit is contained in:
parent
0e6f36b8f1
commit
6ca4ccea37
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue