mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-08-08 06:23:09 -04:00
Add date to avoid error
This commit is contained in:
parent
4142e70a87
commit
da3c63e893
1 changed files with 2 additions and 1 deletions
|
@ -213,3 +213,4 @@ async def get_trustpilot_info(service):
|
|||
return time.strftime("%d/%m/%Y", time.gmtime(date))
|
||||
|
||||
date = get_last_commit_date()'''
|
||||
date = "13/09/21"
|
Loading…
Add table
Add a link
Reference in a new issue