From 9625bd3b5c7b445767f3253cb5e66369814ba998 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Mon, 13 May 2019 18:51:46 +0000 Subject: [PATCH] Before changing --- control/heating.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/heating.py b/control/heating.py index d6ec4b1..cdee0f0 100755 --- a/control/heating.py +++ b/control/heating.py @@ -23,7 +23,7 @@ else: override = ro.json() try: - rs = requests.get(urls['override'], auth=(auth['user'], auth['pass'])) + rs = requests.get(urls['schedule'], auth=(auth['user'], auth['pass'])) except: print("Error getting schedule from webservice. Defaulting to off.") schedule = False