diff --git a/flaskfdx/dashboard.py b/flaskfdx/dashboard.py index 463f1f7..c25deec 100644 --- a/flaskfdx/dashboard.py +++ b/flaskfdx/dashboard.py @@ -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':