--- a/maxious-canberra-transit-feed/createfeed.py +++ b/maxious-canberra-transit-feed/createfeed.py @@ -152,7 +152,8 @@ if between_stop_list: for between_stop_code in between_stop_list: t.AddStopTime(stop=stops[between_stop_code]) - +# print stop_code +# print routedata['short_name'] t.AddStopTime(stop=stops[stop_code], arrival_secs=time, departure_secs=time) prev_stop_code = stop_code