Skip to content

Commit

Permalink
Update update_readme.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobby-Kim authored May 3, 2024
1 parent 5c903d6 commit dc1bc7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/update_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def update_readme():
chapters.add(int(chapter))
except:
print("형식에 맞지 않는 파일 발견: " + md_file)


sorted_entries = sorted(entries.items(),reverse=True)
sorted_chapters = sorted(chapters,reverse=True)
Expand Down

0 comments on commit dc1bc7e

Please sign in to comment.