just testing

This commit is contained in:
Kris-Sekula 2018-01-25 10:01:04 +00:00
parent aa5118f300
commit 124467a0a2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ app = Flask('HX Stats')
def get_stats():
results =''
for host in hx_creds.hosts:
# get auth talken (either cached or new one)
# get auth token (either cached or new one)
authdata = get_auth(host['host'], host['username'], host['password'])
url = "https://"+host['host']