Skip to content

Commit

Permalink
Merge branch 'develop' into entry_point_enum
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-certat authored Oct 31, 2023
2 parents 4181701 + d624988 commit 1c84780
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
intelmq (3.2.2-1) UNRELEASED; urgency=medium
intelmq (3.2.2a1-1) UNRELEASED; urgency=medium

*

Expand Down
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 1c84780

Please sign in to comment.