|
|
@ -117,7 +117,7 @@ def show(data,rt_filter=None,_clear=False): |
|
|
route = time['rt'] |
|
|
route = time['rt'] |
|
|
direction = time['rtdir'] |
|
|
direction = time['rtdir'] |
|
|
end = time['des'] |
|
|
end = time['des'] |
|
|
nm = time['stpnm'] |
|
|
|
|
|
|
|
|
nm = time['stpnm'].rstrip() |
|
|
print( |
|
|
print( |
|
|
config.format(**locals()),end= '\n'*2 |
|
|
config.format(**locals()),end= '\n'*2 |
|
|
) |
|
|
) |
|
|
|