mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-23 08:53:44 +08:00
c7a5707c52
date: 2026-08-21T09:44:14
master commit: 5ad2bfdb75
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}"
|