mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
record front lock (#20400)
* record front lock * only if set * add to internal installer * move that * change that bck Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: b60cd8d0a0a03b3c1f9f06cba1650a9afe8eb772
This commit is contained in:
@@ -59,6 +59,8 @@ else:
|
||||
for name, branch in installers:
|
||||
d = {'BRANCH': f"'\"{branch}\"'"}
|
||||
if "internal" in name:
|
||||
d['INTERNAL'] = "1"
|
||||
|
||||
import requests
|
||||
r = requests.get("https://github.com/commaci2.keys")
|
||||
r.raise_for_status()
|
||||
|
||||
Reference in New Issue
Block a user