diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2022-07-16 00:13:05 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2022-07-16 00:13:05 +0200 | 
| commit | 42a233738238a91d4ae0fad13218f0f4939ab6e8 (patch) | |
| tree | 292c1f78d01e1d252c547d8d3d6ef816af3ac8b2 /bin | |
| parent | 4ce63b1f650ad34709fd60ae3cd708d39ccac6be (diff) | |
ensure that .direction exists0.6.4
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nvm | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -162,6 +162,7 @@ class Trip:                  obj[key] = None          self.cancelled = None +        self.direction = None          self.__dict__.update(obj)          self.direction_area = None @@ -291,6 +292,7 @@ class Stopover:  class Departure:      def __init__(self, obj): +        self.direction = None          self.__dict__.update(obj)          if not "cancelled" in obj: | 
