needed to add 1 to while loop for totals line

This commit is contained in:
2021-10-20 19:39:25 -06:00
parent 3e19bba268
commit 7700bcb49c
+1 -1
View File
@@ -26,7 +26,7 @@ def index():
totpkgs = 0
tottermpkgs = 0
i = 0
while len(lastseven) < 7:
while len(lastseven) < 8:
if fourweeks[i]['date'] not in lastseven:
lastseven[fourweeks[i]['date']] = {}
if fourweeks[i]['entity'] == 'contract':