Skip to content

Commit

Permalink
blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Oct 15, 2023
1 parent 48dce61 commit 51b4c40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bbot/scanner/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,7 @@ async def _emit_event(self, event, **kwargs):
already_graph_important = bool(source._graph_important)
if not already_graph_important:
source._graph_important = True
log.debug(
f"re-queuing internal event {source} with parent {event}"
)
log.debug(f"re-queuing internal event {source} with parent {event}")
self.queue_event(source)

# now that the event is properly tagged, we can finally make decisions about it
Expand Down

0 comments on commit 51b4c40

Please sign in to comment.