parser=argparse.ArgumentParser(description="Replay CAN messages from a route to all connected pandas and jungles in a loop.",
parser=argparse.ArgumentParser(description="Replay CAN messages from a route to all connected pandas and jungles in a loop.",
@ -87,22 +98,10 @@ if __name__ == "__main__":
parser.add_argument("route_or_segment_name",nargs='?',help="The route or segment name to replay. If not specified, a default public route will be used.")
parser.add_argument("route_or_segment_name",nargs='?',help="The route or segment name to replay. If not specified, a default public route will be used.")