testing by hand comparing last value, seems more useful for now

This commit is contained in:
2025-02-06 14:09:39 +11:00
parent 63467828d3
commit cc46c46f5a

View File

@@ -22,8 +22,10 @@ def index():
# work out comparison func, but hardcode for now: # work out comparison func, but hardcode for now:
COMP={} COMP={}
COMP['date']='2025-02-05' # COMP['date']='2025-02-05'
COMP['amount']=414887 # COMP['amount']=414887
COMP['date']='2031-04-09'
COMP['amount']=4273.14
return render_template('index.html', finance=finance_data, depletion_date=depletion_date, savings=savings_per_fortnight, TLS=TLS, CBA=CBA, BUDGET=BUDGET, COMP=COMP) return render_template('index.html', finance=finance_data, depletion_date=depletion_date, savings=savings_per_fortnight, TLS=TLS, CBA=CBA, BUDGET=BUDGET, COMP=COMP)