From 9670d2bc7722e9437fe0aee807fa3ab7da31c53f Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 06:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E5=B8=82=E5=9C=BA?= =?UTF-8?q?=E5=9F=8E=E5=B8=82=E8=A7=82=E5=AF=9F=E8=A1=8C=20fallback?= =?UTF-8?q?=EF=BC=8C=E6=89=80=E6=9C=89=E5=9F=8E=E5=B8=82=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E6=9C=89=20Polymarket=20=E5=90=88=E7=BA=A6=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/scan_terminal_city_row.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/web/scan_terminal_city_row.py b/web/scan_terminal_city_row.py index a814c37b..106bbb05 100644 --- a/web/scan_terminal_city_row.py +++ b/web/scan_terminal_city_row.py @@ -172,25 +172,6 @@ def _scan_city_terminal_rows( if not isinstance(raw_rows, list) or not raw_rows: raw_rows = [scan.get("primary_signal")] if isinstance(scan.get("primary_signal"), dict) else [] if not raw_rows: - # No Polymarket market for this city — still emit an observation-only row - fallback_row = { - "id": f"{city}|{target_date}|live_only", - "city": city, - "side": "", - "edge_percent": None, - "final_score": None, - "volume": None, - "selected_date": target_date, - "market_slug": None, - "is_primary_signal": True, - } - row = _build_terminal_row( - city=city, - data=data, - scan=scan, - row=fallback_row, - ) - rows.append(row) continue for raw_row in raw_rows: if not isinstance(raw_row, dict) or not raw_row: