Skip to content

Commit a13fc68

Browse files
committed
Added favicon and replaced mock object with real thing.
1 parent f401447 commit a13fc68

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hydroponics_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def get_resumption_time(self, pause_duration):
7878
"pump_default_on": PUMP_DEFAULT_ON,
7979
"lights_default_on": LIGHTS_DEFAULT_ON}
8080

81-
with MockHydroponicsController(**kwargs) as h:
81+
with HydroponicsController(**kwargs) as h:
8282
scheduler.add_job(h.run_pump, 'interval', hours=1, args=(PUMP_TIME,),
8383
id="pump")
8484
scheduler.add_job(h.lights_on, 'cron', hour=LIGHTS_TIME_ON,

static/favicon.ico

1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)