adding new script

master
rforstner 2022-01-20 19:22:23 +01:00
parent 50cec2abac
commit ab2c286378
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ def getSLO(DTAPIToken, DTENV, fromDate, toDate):
df = pd.json_normalize(r.json()['slo']) df = pd.json_normalize(r.json()['slo'])
except: except:
print(r.content) print(r.content)
df = pd.DataFrame()
return df return df