default to a reasonable amount of segs in replay_drive_can.py

old-commit-hash: b17a6e8f315acfef79e893ea1d804f91bbb60403
This commit is contained in:
Adeeb Shihadeh
2020-07-10 17:58:04 -07:00
parent 76302a54dd
commit d88134db74
+1 -1
View File
@@ -6,7 +6,7 @@ from tools.lib.logreader import LogReader
import cereal.messaging as messaging
ROUTE = "77611a1fac303767/2020-03-24--09-50-38"
NUM_SEGS = 82
NUM_SEGS = 10 # route has 82 segments available
# Get can messages from logs
print("Loading...")