From 537d1bb71235643a2200a67ae81d10430aad9b31 Mon Sep 17 00:00:00 2001 From: Davide Scaini Date: Thu, 14 May 2026 14:34:44 +0200 Subject: [PATCH] explore: exclude indoor/virtual activities from tracks.json --- bincio/explore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bincio/explore.py b/bincio/explore.py index f1ea156..7bbdaaf 100644 --- a/bincio/explore.py +++ b/bincio/explore.py @@ -52,7 +52,7 @@ def bake_tracks(handle: str, data_dir: Path) -> int: except (OSError, json.JSONDecodeError): pass - if meta.get("virtual"): + if meta.get("virtual") or meta.get("sub_sport") == "indoor": continue try: