scraper.py 오류 수정
This commit is contained in:
@@ -71,6 +71,10 @@ def fetch_market_news() -> List[Dict[str, str]]:
|
||||
|
||||
return articles
|
||||
|
||||
except Exception as e:
|
||||
print(f"[StockLab] Scraping failed: {e}")
|
||||
return []
|
||||
|
||||
def fetch_overseas_news() -> List[Dict[str, str]]:
|
||||
"""
|
||||
네이버 금융 해외증시 뉴스 크롤링
|
||||
|
||||
Reference in New Issue
Block a user