Commit 58f80248 authored by Kristian Tan's avatar Kristian Tan

Display todays cost

parent d9bec1a9
......@@ -95,8 +95,7 @@ def toggle_pin(change_pin):
else:
daily_total = 0
print(type(daily_total))
# todays_cost = 0.1622 * daily_total
todays_cost = 0.1622 * float(daily_total)
template_data = {
'pins': pins,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment