Commit 07b88ae6 authored by Kristian Tan's avatar Kristian Tan

refactor

parent 7ab004d8
...@@ -73,6 +73,9 @@ def create_entry(change_pin): ...@@ -73,6 +73,9 @@ def create_entry(change_pin):
pins[change_pin]['on_time'] = None pins[change_pin]['on_time'] = None
pins[change_pin]['on_date'] = None pins[change_pin]['on_date'] = None
max = 0
labels = []
values = []
def generate_graph_data(): def generate_graph_data():
# Create data for chart # Create data for chart
...@@ -107,10 +110,7 @@ for pin in pins: ...@@ -107,10 +110,7 @@ for pin in pins:
GPIO.output(pin, GPIO.LOW) GPIO.output(pin, GPIO.LOW)
labels = []
values = []
generate_graph_data() generate_graph_data()
max = 0
# Create data for chart # Create data for chart
# count = 0 # count = 0
......
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