diff --git a/main.py b/main.py index 6a9bc20..769f9e5 100644 --- a/main.py +++ b/main.py @@ -117,7 +117,7 @@ def show(data,rt_filter=None,_clear=False): route = time['rt'] direction = time['rtdir'] end = time['des'] - nm = time['stpnm'] + nm = time['stpnm'].rstrip() print( config.format(**locals()),end= '\n'*2 )