Commit 94bb215c authored by Kristian Tan's avatar Kristian Tan

Display todays cost

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