Skip to content

Commit

Permalink
chg: [RELEASE] Updated PyVulnerabilityLookup and bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Dec 9, 2024
1 parent 7058e1c commit 6641fb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions fedivuln/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ def listen_to_http_event_stream(url, headers=None, params=None, topic="comment")
try:
# Attempt to parse the data as JSON
message = json.loads(data_line)
# print("Received JSON message:")
# print(message)
publish(create_status_content(message, topic))
print("Received JSON message:")
print(message)
# publish(create_status_content(message, topic))
except json.JSONDecodeError:
# Handle plain text messages
print(f"Received plain message: {data_line}")
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "FediVuln"
version = "0.5.0"
version = "0.5.1"
description = "A client to gather vulnerability-related information from the Fediverse."
authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 6641fb7

Please sign in to comment.