Before changing
This commit is contained in:
parent
5258d34cf4
commit
9625bd3b5c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ else:
|
||||||
override = ro.json()
|
override = ro.json()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
rs = requests.get(urls['override'], auth=(auth['user'], auth['pass']))
|
rs = requests.get(urls['schedule'], auth=(auth['user'], auth['pass']))
|
||||||
except:
|
except:
|
||||||
print("Error getting schedule from webservice. Defaulting to off.")
|
print("Error getting schedule from webservice. Defaulting to off.")
|
||||||
schedule = False
|
schedule = False
|
||||||
|
|
Loading…
Reference in a new issue