diff --git a/main.py b/main.py index 2223b0f..3d361dc 100644 --- a/main.py +++ b/main.py @@ -22,8 +22,10 @@ def index(): # work out comparison func, but hardcode for now: COMP={} - COMP['date']='2025-02-05' - COMP['amount']=414887 +# COMP['date']='2025-02-05' +# 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)