Agathe1489 commited on
Commit
b18fdb8
·
verified ·
1 Parent(s): 336b1a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def get_stock_price(ticker: str) -> str:
19
  ticker: A string representing the stock ticker symbol (e.g., "AAPL" for Apple).
20
  """
21
 
22
- try:
23
  # Get the current time in EST (Eastern Time Zone)
24
  current_time = datetime.datetime.now(datetime.timezone(datetime.timedelta(hours=-5)))
25
 
 
19
  ticker: A string representing the stock ticker symbol (e.g., "AAPL" for Apple).
20
  """
21
 
22
+ try:
23
  # Get the current time in EST (Eastern Time Zone)
24
  current_time = datetime.datetime.now(datetime.timezone(datetime.timedelta(hours=-5)))
25