diff --git a/createReport.py b/createReport.py index eaffda2..ddafb46 100644 --- a/createReport.py +++ b/createReport.py @@ -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) diff --git a/euprod.xlsx b/euprod.xlsx index 5642b35..09d825c 100644 Binary files a/euprod.xlsx and b/euprod.xlsx differ