From 5d244749038552ed303b8b422ffc91f086cb929a Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Thu, 20 Sep 2018 19:48:28 -0500 Subject: [PATCH] added stop_id to printed stuff --- .gitignore | 1 + main.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e6f6e9..b572212 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/release /cta_api_key /output /test.py diff --git a/main.py b/main.py index cd50599..6b6f616 100644 --- a/main.py +++ b/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')