Skip to content

Commit

Permalink
Update changelog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bejofo authored Nov 1, 2021
1 parent 4a2b2e3 commit 5a91223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ def generate_changelogs(starting_date,ending_date=None):

if __name__ =='__main__':
starting_time = datetime.today() - timedelta(days=7)
generate_changelogs(datetime.fromisoformat(starting_time))
generate_changelogs(starting_time)

0 comments on commit 5a91223

Please sign in to comment.