Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <wxzhuyeah@gmail.com>
  • Loading branch information
zhuwenxing committed Dec 5, 2024
1 parent 6943ecd commit bdcb2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daily_arxiv.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_daily_code(DateToday,cats):
repo_url = r["official"]["url"]
repo_name = repo_url.split("/")[-1]

content[_id] = f"|{paper_date}|[{paper_title}]({paper_url})|[{repo_name}]({repo_url})|\n"
content[_id] = f"|[{paper_title}]({paper_url})|[{repo_name}]({repo_url})|\n"
except Exception as e:
print(f"exception: {e} with id: {_id}")
data = {DateToday:content}
Expand Down

0 comments on commit bdcb2e9

Please sign in to comment.