Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkfishare committed Mar 10, 2024
1 parent 009b094 commit c633fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editiondate.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import re

issue_date = "2024/01/22" # For past edition, for example, issue_date = "2024/01/29" [format:yyyy/mm/dd (Monday)]
issue_date = "2024/01/29" # For past edition, for example, issue_date = "2024/01/29" [format:yyyy/mm/dd (Monday)]

insert_lines = """
date_match = re.search(r'/(\d{4}_\d{2}_\d{2})\.jpg', self.cover_url)
Expand Down

0 comments on commit c633fee

Please sign in to comment.