From 9c62da2943ee2efc9d66ca8bc3ca9fcb35dbb1b4 Mon Sep 17 00:00:00 2001 From: rforstner Date: Thu, 20 Jan 2022 19:25:05 +0100 Subject: [PATCH] adding new script --- createReport.py | 1 + 1 file changed, 1 insertion(+) diff --git a/createReport.py b/createReport.py index 23747ab..8b5ada1 100644 --- a/createReport.py +++ b/createReport.py @@ -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()