Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
update release manifest path
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Nov 1, 2021
1 parent cab5acf commit 0a231c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from urllib import urlopen, urlretrieve

MASTER_MANIFEST = "https://raw.githubusercontent.com/commaai/openpilot/master/selfdrive/hardware/eon/neos.json"
RELEASE_MANIFEST = "https://raw.githubusercontent.com/commaai/openpilot/release2/installer/updater/update.json"
RELEASE_MANIFEST = "https://raw.githubusercontent.com/commaai/openpilot/release2/selfdrive/hardware/eon/neos.json"

def download_progress(count, blockSize, totalSize):
if count % 1000 == 0:
Expand Down

0 comments on commit 0a231c7

Please sign in to comment.