After doing some debugging of the script, the following code seems to
be the problem on line 307 of schedule_viewer.py
<code>
for arr,dep,stop in time_stops:
stops.append(StopToTuple(stop))
times.append(arr)
</code>
Nothing ever happens to dep, so that would make sense. The outputed
JSON in my browser contains batches of two identical times, which
would match that observation.
Am I missing something or is this indeed a bug?
Thanks,
Joel Haasnoot
Joel Haasnoot
--
You received this message because you are subscribed to the Google Groups "Transit Developers" group.
To post to this group, send email to transit-d...@googlegroups.com.
To unsubscribe from this group, send email to transit-develop...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/transit-developers?hl=en.