adding new script
parent
50cec2abac
commit
ab2c286378
|
|
@ -63,6 +63,7 @@ def getSLO(DTAPIToken, DTENV, fromDate, toDate):
|
|||
df = pd.json_normalize(r.json()['slo'])
|
||||
except:
|
||||
print(r.content)
|
||||
df = pd.DataFrame()
|
||||
|
||||
|
||||
return df
|
||||
|
|
|
|||
Loading…
Reference in New Issue