explore: exclude indoor/virtual activities from tracks.json
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ def bake_tracks(handle: str, data_dir: Path) -> int:
|
|||||||
except (OSError, json.JSONDecodeError):
|
except (OSError, json.JSONDecodeError):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if meta.get("virtual"):
|
if meta.get("virtual") or meta.get("sub_sport") == "indoor":
|
||||||
continue
|
continue
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user