Commit 89a238b2 authored by Kristian Tan's avatar Kristian Tan

Display todays cost

parent ee4a6fa6
......@@ -95,7 +95,7 @@ def toggle_pin(change_pin):
else:
daily_total = 0
print(float(daily_total * 0.1622))
print(float(daily_total) * 0.1622)
todays_cost = format(0.1622 * float(daily_total), '.2f')
print(todays_cost)
template_data = {
......
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