Browse Source

stop had extra space

no_compress
Raphael Roberts 7 years ago
parent
commit
3d660111a8
  1. 2
      main.py

2
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
)

Loading…
Cancel
Save