From 8f12ec7116883487b9bf0f8a4ee36271538e5274 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 18 Apr 2022 17:57:50 -0700 Subject: [PATCH] new master --- download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.py b/download.py index 9a3a39e..dd21cd8 100755 --- a/download.py +++ b/download.py @@ -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):