修正暫存指紋錯誤

This commit is contained in:
dragonpilot
2019-07-12 20:22:23 +10:00
parent 0d41146fa8
commit 3d941253a5
+1 -1
View File
@@ -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: