mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 21:12:07 +08:00
juggle: strip input
old-commit-hash: 80d0aaadf448d9f47a7da4779791566323e5de22
This commit is contained in:
@@ -116,4 +116,4 @@ if __name__ == "__main__":
|
||||
if args.stream:
|
||||
start_juggler(layout=args.layout)
|
||||
else:
|
||||
juggle_route(args.route_name, args.segment_number, args.segment_count, args.qlog, args.can, args.layout)
|
||||
juggle_route(args.route_name.strip(), args.segment_number, args.segment_count, args.qlog, args.can, args.layout)
|
||||
|
||||
Reference in New Issue
Block a user