Skip to content

Commit

Permalink
Merge branch 'develop' into shadowserver-dynamic-config
Browse files Browse the repository at this point in the history
  • Loading branch information
elsif2 authored Oct 24, 2023
2 parents 28d306d + d624988 commit afce131
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion intelmq/lib/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@ def send_message(self, *messages, path: str = "_default", auto_add=None,
self.__destination_pipeline.send(raw_message, path=path,
path_permissive=path_permissive)
else:
print(f'send_message, message: {message!r}')
self.__destination_pipeline.send(message, path=path,
path_permissive=path_permissive)

Expand Down

0 comments on commit afce131

Please sign in to comment.