Spaces:
Runtime error
Runtime error
Sigrid De los Santos
commited on
Commit
·
c1747ff
1
Parent(s):
c58a978
debugging for analysis tables
Browse files- src/main.py +1 -1
src/main.py
CHANGED
|
@@ -41,7 +41,7 @@ def run_value_investing_analysis(csv_path, progress_callback=None):
|
|
| 41 |
try:
|
| 42 |
news = fetch_deep_news(topic, timespan)
|
| 43 |
if progress_callback:
|
| 44 |
-
progress_callback(f"[DEBUG] fetch_deep_news returned {len(news) if news else 0} articles.")
|
| 45 |
except Exception as e:
|
| 46 |
if progress_callback:
|
| 47 |
progress_callback(f"[ERROR] fetch_deep_news failed: {e}")
|
|
|
|
| 41 |
try:
|
| 42 |
news = fetch_deep_news(topic, timespan)
|
| 43 |
if progress_callback:
|
| 44 |
+
#progress_callback(f"[DEBUG] fetch_deep_news returned {len(news) if news else 0} articles.")
|
| 45 |
except Exception as e:
|
| 46 |
if progress_callback:
|
| 47 |
progress_callback(f"[ERROR] fetch_deep_news failed: {e}")
|