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
|
|
@ -59,6 +59,7 @@ class Departure(object):
|
|||
self.arrival_station = u''
|
||||
self.late = time()
|
||||
self.information = u''
|
||||
self.plateform = u''
|
||||
|
||||
def __repr__(self):
|
||||
return "<Departure id='%s' type='%s' time='%s' departure='%s' arrival='%s'>" % (self.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue