Add date to avoid error

This commit is contained in:
pluja 2021-09-13 13:18:10 +02:00
parent 4142e70a87
commit da3c63e893

View file

@ -212,4 +212,5 @@ async def get_trustpilot_info(service):
lastcommit = date
return time.strftime("%d/%m/%Y", time.gmtime(date))
date = get_last_commit_date()'''
date = get_last_commit_date()'''
date = "13/09/21"