adding new script

master
rforstner 2022-01-20 19:25:05 +01:00
parent 3ffa9eb441
commit 9c62da2943
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ def getSLO(DTAPIToken, DTENV, fromDate, toDate):
#print(r.json())
df = pd.json_normalize(r.json()['slo'])
except:
print("No SLO json returned")
print(r.content)
df = pd.DataFrame()