修正暫存指紋錯誤

This commit is contained in:
dragonpilot
2019-07-12 20:22:23 +10:00
parent 3d7c8e5795
commit c4159ba7a0
+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: