Commit 25c68e20 authored by Kristian Tan's avatar Kristian Tan

Fixed typo

parent a5b3e225
...@@ -107,7 +107,7 @@ def main(): ...@@ -107,7 +107,7 @@ def main():
for record in records: for record in records:
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)
......
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