scraper.py 오류 수정

This commit is contained in:
2026-01-26 03:51:08 +09:00
parent dce6b3e692
commit cbafc1f959

View File

@@ -71,6 +71,10 @@ def fetch_market_news() -> List[Dict[str, str]]:
return articles return articles
except Exception as e:
print(f"[StockLab] Scraping failed: {e}")
return []
def fetch_overseas_news() -> List[Dict[str, str]]: def fetch_overseas_news() -> List[Dict[str, str]]:
""" """
네이버 금융 해외증시 뉴스 크롤링 네이버 금융 해외증시 뉴스 크롤링