Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -59,6 +59,8 @@ class DeepSentimentCrawling: | @@ -59,6 +59,8 @@ class DeepSentimentCrawling: | ||
| 59 | 59 | ||
| 60 | if not summary['has_data']: | 60 | if not summary['has_data']: |
| 61 | print("⚠️ 没有找到话题数据,无法进行爬取") | 61 | print("⚠️ 没有找到话题数据,无法进行爬取") |
| 62 | + print("💡 请先运行以下命令获取今日话题数据:") | ||
| 63 | + print(" uv run main.py --broad-topic") | ||
| 62 | return {"success": False, "error": "没有话题数据"} | 64 | return {"success": False, "error": "没有话题数据"} |
| 63 | 65 | ||
| 64 | # 2. 获取关键词(不分配,所有平台使用相同关键词) | 66 | # 2. 获取关键词(不分配,所有平台使用相同关键词) |
-
Please register or login to post a comment