Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WillOfHeaven committed Apr 8, 2024
1 parent e55f34a commit f95398a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
if 'Time Series (Daily)' in data_IBM:
daily_data = data_IBM['Time Series (Daily)']
else:
print("Error: 'Time Series (Daily)' key not found in data")
print("Error: 'Time Series (Daily)' key not found in data, Daily API limit reached")
# Handle the missing key here (e.g., display an error message, try a different source)
#st.write(data_IBM)
try:
Expand Down

0 comments on commit f95398a

Please sign in to comment.