summaryrefslogtreecommitdiffstats
path: root/databaseReset.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-02-19 23:12:33 +0200
committerPhilip Sargent <philip.sargent@gmail.com>2025-02-19 23:12:33 +0200
commit0ab0750511e78bea0431f34c8d931332fbcdf0a2 (patch)
tree51a8f9f9704c815115c566a90f495c74dbec97e8 /databaseReset.py
parentaeaf7cf57f2360ef4a6d459d5e84901f301cfb8b (diff)
downloadtroggle-0ab0750511e78bea0431f34c8d931332fbcdf0a2.tar.gz
troggle-0ab0750511e78bea0431f34c8d931332fbcdf0a2.tar.bz2
troggle-0ab0750511e78bea0431f34c8d931332fbcdf0a2.zip
fixed display bug
Diffstat (limited to 'databaseReset.py')
-rw-r--r--databaseReset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/databaseReset.py b/databaseReset.py
index 2325f76..8790b58 100644
--- a/databaseReset.py
+++ b/databaseReset.py
@@ -267,7 +267,7 @@ class JobQueue:
f.close()
self.results["TOTAL"] = []
for i in range(len(self.results["date"])):
- self.format_date(i)
+ # self.format_date(i)
# print(i, self.compute_total(i))
self.results["TOTAL"].append(self.compute_total(i))