Before changing

This commit is contained in:
Alex Manning 2019-05-13 18:51:46 +00:00
parent 5258d34cf4
commit 9625bd3b5c

View file

@ -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