Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
forgot to actually send the message
  • Loading branch information
joelsleeba committed Mar 29, 2024
1 parent cb558cd commit 08d3e00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ def update_zulip_stream():
summary = markdownify.markdownify(article.description)
tags = ", ".join([entry['term'] for entry in article.tags])
message = f"\n**[{title}]({link})**\n*{author}, {published}*\n\n{summary}\n\n*{tags}*"
# send_zulip_message(message, topic)
print(message)
send_zulip_message(message, topic)

# Main function to check for new articles periodically
if __name__ == "__main__":
Expand Down

0 comments on commit 08d3e00

Please sign in to comment.