Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
boyugou committed Dec 13, 2024
1 parent 12355ac commit 485224a
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
4 changes: 2 additions & 2 deletions scripts/sort_by_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


# 读取文件内容
paper_source="../update_paper_or_readme/update_paper_list.md"
paper_source="update_paper_or_readme/update_paper_list.md"
with open(paper_source, "r", encoding="utf-8") as file:
sample_input = file.read()

Expand Down Expand Up @@ -76,6 +76,6 @@ def parse_date_with_defaults(date_str):

print(papers_df)

with open("add_paper_here.md", "w", encoding="utf-8") as file:
with open("update_paper_or_readme/update_paper_list.md", "w", encoding="utf-8") as file:
file.write(final_output)

Loading

0 comments on commit 485224a

Please sign in to comment.