Files
onepilot/tools/lib/openpilotci.py
github-actions[bot] 82ab34db76 sunnypilot v2026.001.000 release
date: 2026-04-21T21:10:39
master commit: 18406e77ee
2026-04-21 21:10:42 +08: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}"