default to a reasonable amount of segs in replay_drive_can.py

This commit is contained in:
Adeeb Shihadeh
2020-07-10 17:58:04 -07:00
parent 897548c7ef
commit b17a6e8f31

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...")