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