mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 17:07:13 +00:00
fixed display bug
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user