Skip to content

Commit

Permalink
Update update_readme.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding4Hours authored Jul 13, 2024
1 parent e017d5a commit ae7e641
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions update_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
url = "https://" + urllib.parse.quote(row['url'].replace("https://", ""))
path = row['url'].replace("https://github.com/Coding4Hours/Til/tree/master/", "")

if row['title'] == '---':
continue
index.append(
f"* [{row['title']}]({url}) - {date}"
)
Expand Down

0 comments on commit ae7e641

Please sign in to comment.