Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #28 from geertw/develop
Browse files Browse the repository at this point in the history
Versie 1.5.1
  • Loading branch information
geertw authored Aug 4, 2016
2 parents b98b95b + 3582cb1 commit b118298
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.5.1

* Geef status door van opgeheven stops (uit serviceinfo)

## 1.5.0

* Let op: HTTP interface is gewijzigd. Bestaande URL's hebben nu /v1 als
Expand Down
2 changes: 2 additions & 0 deletions dvs_http_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ def parse_stop_data(stop_data, station_dict):
station_dict['vertrek'] = stop_data['departure_time']
station_dict['vertragingAankomst'] = stop_data['arrival_delay']
station_dict['vertragingVertrek'] = stop_data['departure_delay']
station_dict['opgehevenAankomst'] = stop_data['cancelled_arrival']
station_dict['opgehevenVertrek'] = stop_data['cancelled_departure']

return station_dict

Expand Down

0 comments on commit b118298

Please sign in to comment.