can_replay: log fingerprint for hardcoding (#31671)

* log

* quotes
This commit is contained in:
Justin Newberry
2024-03-01 16:28:58 -05:00
committed by GitHub
parent e0c840cd02
commit b0496d8294
+4
View File
@@ -98,6 +98,10 @@ if __name__ == "__main__":
sr = LogReader(args.route_or_segment_name)
CP = sr.first("carParams")
print(f"carFingerprint (for hardcoding fingerprint): '{CP.carFingerprint}'")
CAN_MSGS = sr.run_across_segments(24, process)
print("Finished loading...")