Merge pull request #1041 from Tlaloc-Es/patch-1
Some checks are pending
URL Path Check / check-url-paths (push) Waiting to run
docker / docker_dev (push) Waiting to run
Deploy MkDocs / deploy (push) Waiting to run

Update manager.py
This commit is contained in:
Jokob @NetAlertX
2025-04-04 19:43:15 +11:00
committed by GitHub

View File

@@ -50,7 +50,8 @@ class WorkflowManager:
def process_event(self, event):
"""Process the events. Check if events match a workflow trigger"""
mylog('verbose', [f"[WF] Processing event with GUID {event["GUID"]}"])
guid = event["GUID"]
mylog('verbose', [f"[WF] Processing event with GUID {guid}"])
# Check if the trigger conditions match
for workflow in self.workflows: