From aaf617d341a8643644e9f7bc2df7bc00f2a4704c Mon Sep 17 00:00:00 2001 From: Sambuddha Chatterjee Date: Tue, 12 Mar 2024 14:35:12 +0530 Subject: [PATCH] Mkaing Changes to the try catch block, deleting l2 --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index b4d5e2b..784a2f1 100644 --- a/app.py +++ b/app.py @@ -38,7 +38,6 @@ response = requests.get(url, params=params) data_IBM = js.loads(response.text) #st.write(data_IBM) -daily_data = data_IBM['Time Series (Daily)'] try: daily_data = data_IBM['Time Series (Daily)'] except KeyError: