added internal/git-log.txt to .gitignore if there in DEV for testing. Removed timezone from Date in About, and redid columns to 3 and 9 for better spacing in About

This commit is contained in:
2022-12-31 14:35:52 +11:00
parent 385665b702
commit 8232943621
3 changed files with 4 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ def about():
if can_add:
commits.append(o)
o={}
o['date']=l.replace("Date: ", "")
o['date']=l.replace("Date: ", "").split("+")[0]
o['str']=''
can_add=True
else: