修复 _analyze() 移除 include_llm_commentary 参数后的残留调用

This commit is contained in:
2569718930@qq.com
2026-05-26 00:29:45 +08:00
parent 8cb2beb956
commit 3d0d099cb9
2 changed files with 4 additions and 5 deletions
-1
View File
@@ -152,7 +152,6 @@ def _scan_city_terminal_rows_quick(
data = _analyze(
city,
force_refresh=force_refresh,
include_llm_commentary=False,
detail_mode="panel",
)
row = _build_quick_row(city=city, data=data)