Shreyas094 commited on
Commit
20324a5
·
verified ·
1 Parent(s): d8501de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -424,7 +424,7 @@ def extract_articles(articles):
424
  return article_data
425
 
426
  def fetch_golomt_bank_news(num_results=20):
427
- base_url = "https://golomtbank.com/en/investor-relations"
428
  current_page_url = base_url
429
  all_articles = []
430
 
 
424
  return article_data
425
 
426
  def fetch_golomt_bank_news(num_results=20):
427
+ base_url = "https://golomtbank.com/en/rnews"
428
  current_page_url = base_url
429
  all_articles = []
430