Commit a5b3e225 authored by Kristian Tan's avatar Kristian Tan

Fixed typo

parent 673b6b30
...@@ -108,7 +108,7 @@ def main(): ...@@ -108,7 +108,7 @@ def main():
labels.append(record.date) labels.append(record.date)
values.append(record.kwhUsed) values.append(record.kwhUsed)
if record.kWhUsed > max: if record.kWhUsed > max:
max = record.kWhUsed max = record.kwhUsed
print(record) print(record)
template_data = { 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