Skip to content

Commit

Permalink
Update pubsFromBib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGuhagarkar authored Nov 10, 2024
1 parent 38cdfe0 commit 2dcd993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown_generator/pubsFromBib.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def html_escape(text):
#loop through the individual references in a given bibtex file
for bib_id in bibdata.entries:
#reset default date
pub_year = "1900"
pub_year = "2024"
pub_month = "01"
pub_day = "01"

Expand Down

0 comments on commit 2dcd993

Please sign in to comment.