Skip to content

Commit

Permalink
Mkaing Changes to the try catch block, deleting l2
Browse files Browse the repository at this point in the history
  • Loading branch information
WillOfHeaven committed Mar 12, 2024
1 parent 94e5890 commit aaf617d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aaf617d

Please sign in to comment.