Commit aa0aad97 authored by Kristian Tan's avatar Kristian Tan

Removed sql query

parent d2c07d71
......@@ -34,8 +34,6 @@ class DailyUsage(db.Model):
db.create_all()
DailyUsage.query.filter_by(id=1).delete()
# Create dictionary to store pin info
pins = {
25: {'name': 'Light', 'state': GPIO.LOW, 'on_time': None}
......
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