adding new script
parent
80d42e2fc5
commit
21b97e9052
|
|
@ -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)
|
||||
|
|
|
|||
BIN
euprod.xlsx
BIN
euprod.xlsx
Binary file not shown.
Loading…
Reference in New Issue