Files
github-actions[bot] ed3a61840f sunnypilot v2026.08.02-4605
version: sunnypilot v2026.003.000 (dev)
date: 2026-08-02T04:29:20
master commit: 1a07e47228
2026-08-02 04:29:20 +00:00

5 lines
213 B
Python

BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/"
def get_url(route_name: str, segment_num, filename: str) -> str:
return BASE_URL + f"{route_name.replace('|', '/')}/{segment_num}/{filename}"