Commit fe751e6c authored by Kristian Tan's avatar Kristian Tan

d

parent c0993e5c
...@@ -65,6 +65,7 @@ def create_entry(change_pin): ...@@ -65,6 +65,7 @@ def create_entry(change_pin):
if latest_entry_date == start_date: if latest_entry_date == start_date:
print("LATEST ENTRY DATE: ") print("LATEST ENTRY DATE: ")
print(latest_entry_date) print(latest_entry_date)
print(kwh)
latest_entry.kwhUsed += kwh latest_entry.kwhUsed += kwh
else: else:
print("NEW") print("NEW")
......
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