mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-08 17:55:39 +08:00
修正暫存指紋錯誤
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user