Skip to content

Commit

Permalink
fix tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 16, 2024
1 parent d71e34a commit 9d48030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ async def _worker(self):
forward_event, forward_event_reason = forward_event

if forward_event is False:
self.debug(f"Not forwarding {event.type} because {forward_event_reason}")
self.debug(f"Not forwarding {event} because {forward_event_reason}")
continue

self.debug(f"Forwarding {event}")
Expand Down

0 comments on commit 9d48030

Please sign in to comment.