MarkusH / bvg-grabber

Querying the upcoming public transport departures in Berlin
BSD 3-Clause "New" or "Revised" License
28 stars 6 forks source link

Update node.lua #10

Closed ces92 closed 9 years ago

ces92 commented 9 years ago

Because there is a missng IF statement, all departures >5 minutes disappear from the screen. So removing in the IF statement the condition for >5 min. it works.

MarkusH commented 9 years ago

@cstruck Any thoughts about this. I have no clue what this part of the code is supposed to do.

cstruck commented 9 years ago

Yes that is a feature we've built-in for our setup where one of our stations was only reachable in >5min so we did not want to show arriving trains that we could not reach anymore. We can merge this.

MarkusH commented 9 years ago

Merged in 352d32f044dbeb7b275a8f3cffc787e341792342. Thanks.