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

Commit

Permalink
new master
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Apr 19, 2022
1 parent 0a231c7 commit 8f12ec7
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 @@ -13,7 +13,7 @@
# Python 2
from urllib import urlopen, urlretrieve

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

def download_progress(count, blockSize, totalSize):
Expand Down

0 comments on commit 8f12ec7

Please sign in to comment.