ADD plateform to disting late_reason and plateform
This commit is contained in:
parent
d5e1d22c2d
commit
9363333b34
4 changed files with 22 additions and 11 deletions
|
|
@ -46,4 +46,5 @@ class TransilienBackend(Backend, ICapTravel):
|
|||
departure.arrival_station = d['arrival']
|
||||
departure.late = d['late']
|
||||
departure.information = d['late_reason']
|
||||
departure.plateform = d['plateform']
|
||||
yield departure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue