diff --git a/sub2api_quota_tui.py b/sub2api_quota_tui.py index 7223a9d..9b89591 100644 --- a/sub2api_quota_tui.py +++ b/sub2api_quota_tui.py @@ -1998,7 +1998,7 @@ def account_pricing_fetch_label( status = str(account.get("pricing_fetch_status") or "").strip() if fetched == "-": return str(pricing_source.get("updated") or "-") if pricing_source else (status or "-") - if status in {"", "matched", "reused_primary", "ok"}: + if status in {"", "matched", "ok"}: return fetched return f"{fetched} {status}"