adding new script

master
rforstner 2022-01-20 19:42:04 +01:00
parent 80d42e2fc5
commit 21b97e9052
2 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@ def getSLO(DTAPIToken, DTENV, fromDate, toDate):
try:
cont = r.json()
df = pd.json_normalize(cont['slo'])
except:
except Exception as e:
print(e)
print("No SLO json returned")
print(parameters)
print(r.content)

Binary file not shown.