Skip to content

Commit

Permalink
Update poster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cloin authored Jul 15, 2023
1 parent 6b230c8 commit 7ab9a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/eda/plugins/event_filter/poster.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def main(event: dict, webhook_url: str = None, search: str = None) -> dict:
event_str = str(event)

if search is not None and search not in event_str:
logging.warning("String '{search}' not found")
logging.warning(f"String '{search}' not found in event dictionary.")
return event

try:
Expand Down

0 comments on commit 7ab9a2a

Please sign in to comment.