Browse Source

tabs...

no_compress
Raphael Roberts 7 years ago
parent
commit
0dbf88d1bd
  1. 8
      main.py

8
main.py

@ -97,10 +97,10 @@ if __name__ == "__main__":
args.arg = ' '.join(args.arg) args.arg = ' '.join(args.arg)
if not args.arg.isdecimal(): if not args.arg.isdecimal():
# save on import time slightly
from print2d import print2d
if any(arg for arg in (args.route,args.direction)):
from search import Search,StopSearch
# save on import time slightly
from print2d import print2d
if any(arg for arg in (args.route,args.direction)):
from search import Search,StopSearch
#routes #routes
if not args.route: if not args.route:
data = ctabus.get_routes()['routes'] data = ctabus.get_routes()['routes']

Loading…
Cancel
Save