From 26cbf763120848d335b79b62d1c60485235c511c Mon Sep 17 00:00:00 2001 From: Dragonpilot Date: Fri, 12 Jul 2019 13:22:59 +1000 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20APK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 3d7c8e57957195ef4d08e7ff245c3a9bc5b7650c Mon Sep 17 00:00:00 2001 From: Dragonpilot Date: Fri, 12 Jul 2019 13:54:24 +1000 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20APK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From c4159ba7a0a818f295a65b00246cc5dc7ac9ef1d Mon Sep 17 00:00:00 2001 From: dragonpilot Date: Fri, 12 Jul 2019 20:22:23 +1000 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=9A=AB=E5=AD=98?= =?UTF-8?q?=E6=8C=87=E7=B4=8B=E9=8C=AF=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- selfdrive/car/car_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/car_helpers.py b/selfdrive/car/car_helpers.py index 5977663df..85259df68 100644 --- a/selfdrive/car/car_helpers.py +++ b/selfdrive/car/car_helpers.py @@ -84,7 +84,7 @@ def fingerprint(logcan, sendcan): frame = 0 if params.get("DragonCacheCar") == "1" and params.get("DragonCachedFP") != "" and params.get("DragonCachedModel") != "": - candidate_cars = [params.get("DragonCachedModel")] + candidate_cars = params.get("DragonCachedModel") finger = params.get("DragonCachedFP") vin = params.get("DragonCachedVIN") else: