testing by hand comparing last value, seems more useful for now
This commit is contained in:
6
main.py
6
main.py
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user