From 3d660111a8cd24534210be427c22867225834188 Mon Sep 17 00:00:00 2001 From: rlbr Date: Tue, 13 Nov 2018 18:49:59 -0600 Subject: [PATCH] stop had extra space --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )