rajat5ranjan commited on
Commit
66f656a
·
verified ·
1 Parent(s): fc49341

Update core/market_stock_sentiment.py

Browse files
Files changed (1) hide show
  1. core/market_stock_sentiment.py +1 -1
core/market_stock_sentiment.py CHANGED
@@ -47,7 +47,7 @@ def get_google_news_documents(query: str, max_articles: int = 10, timeout: int =
47
  continue
48
  return documents
49
 
50
- def get_market_stock_sentiment(ticker, llm):
51
  urls = [
52
  f"https://economictimes.indiatimes.com/markets/stocks/news",
53
  f"https://www.livemint.com/market/stock-market-news/",
 
47
  continue
48
  return documents
49
 
50
+ def get_market_stock_sentiment(llm):
51
  urls = [
52
  f"https://economictimes.indiatimes.com/markets/stocks/news",
53
  f"https://www.livemint.com/market/stock-market-news/",