Browse Source

added stop_id to printed stuff

no_compress
Raphael Roberts 7 years ago
parent
commit
5d24474903
  1. 1
      .gitignore
  2. 2
      main.py

1
.gitignore

@ -1,3 +1,4 @@
/release
/cta_api_key
/output
/test.py

2
main.py

@ -80,7 +80,7 @@ def gen_list(objs,data,*displays,key = None,sort = 0,num_pic = True):
pass
return ret
config = '''{delta} ({t})
config = '''{delta} ({t}) stop {stop_id}
{route} - {end} ({direction})'''
if __name__ == "__main__":
parser = argparse.ArgumentParser(prog = 'ctabus')

Loading…
Cancel
Save