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()
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue