mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-22 10:12:05 +08:00
67994b5a86
date: 2026-06-23T12:13:20
master commit: 01a843e0ac
5 lines
213 B
Python
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}"
|