mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-06 00:36:32 +08:00
Update DATA_ENDPOINT default to data-raw.comma.internal (#25597)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
from tools.lib.url_file import URLFile
|
||||
|
||||
DATA_ENDPOINT = os.getenv("DATA_ENDPOINT", "http://data-raw.internal/")
|
||||
DATA_ENDPOINT = os.getenv("DATA_ENDPOINT", "http://data-raw.comma.internal/")
|
||||
|
||||
def FileReader(fn, debug=False):
|
||||
if fn.startswith("cd:/"):
|
||||
|
||||
Reference in New Issue
Block a user