pull/31142/head
Shane Smiskol 2 years ago
parent e86f039091
commit ee1fec93a6
  1. 4
      selfdrive/car/chrysler/fingerprints.py

@ -318,8 +318,8 @@ FW_VERSIONS = {
for car in FINGERPRINTS: for car in FINGERPRINTS:
if car not in FW_VERSIONS: if car not in FW_VERSIONS:
print('Add to FW_VERSIONS:', car) print('Add to FW_VERSIONS:', car.name)
for car in FW_VERSIONS: for car in FW_VERSIONS:
if car not in FINGERPRINTS: if car not in FINGERPRINTS:
print('Good, not in FINGERPRINTS') print('Good, not in FINGERPRINTS', car.name)

Loading…
Cancel
Save