From ab2c28637879987c20a38c911f9854a162d20a27 Mon Sep 17 00:00:00 2001 From: rforstner Date: Thu, 20 Jan 2022 19:22:23 +0100 Subject: [PATCH] adding new script --- createReport.py | 1 + 1 file changed, 1 insertion(+) diff --git a/createReport.py b/createReport.py index faa0bb5..dcf842d 100644 --- a/createReport.py +++ b/createReport.py @@ -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