Skip to content

Commit

Permalink
chg: [dependencies] Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Dec 26, 2024
1 parent 5c4bb25 commit e1ef166
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 148 deletions.
3 changes: 2 additions & 1 deletion fedivuln/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ def create_status_content(event_data: str, topic: str) -> str:

def publish(message: str) -> None:
if message:
mastodon.status_post(message)
print(message)
# mastodon.status_post(message)


def listen_to_http_event_stream(url, headers=None, params=None, topic="comment"):
Expand Down
Loading

0 comments on commit e1ef166

Please sign in to comment.