mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-06 16:55:43 +08:00
minor fixes
This commit is contained in:
@@ -242,7 +242,7 @@ def get_car(logcan, sendcan, has_relay=False):
|
||||
|
||||
if not bool(fingerprints):
|
||||
cloudlog.warning("car doesn't match any fingerprints: %r", fingerprints)
|
||||
if not bool(fw):
|
||||
if not bool(car_fw):
|
||||
cloudlog.warning("car doesn't match any fw: %s" % car_fw)
|
||||
candidate = "mock"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user