Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsleeba committed Apr 15, 2024
1 parent 2455b5d commit a55e1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def last_article_update_link():

# Function to fetch latest articles from arXiv
def update_zulip_stream(category_list):
url = f"http://rss.arxiv.org/atom/{category_list}"
url = f"https://rss.arxiv.org/atom/{category_list}"
d = feedparser.parse(url)
last_updated_article_link = last_article_update_link()
current_article_links = print(
Expand Down

0 comments on commit a55e1fc

Please sign in to comment.