You've already forked wakapi-readme-stats
Fixed Date error
This commit is contained in:
committed by
GitHub
parent
fc16ce9448
commit
2c04c57e0e
5
main.py
5
main.py
@@ -465,7 +465,10 @@ def get_stats(github):
|
||||
stats += '**' + translate['Timeline'] + '**\n\n'
|
||||
branch_name = github.get_repo(f'{username}/{username}').default_branch
|
||||
stats = stats + ' \n\n'
|
||||
stats = stats + "\n Last Updated on " + date.today()
|
||||
today = date.today()
|
||||
d1 = today.strftime("%d/%m/%Y")
|
||||
stats = stats + "\n Last Updated on " + d1
|
||||
|
||||
return stats
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user