Skip to content

Commit

Permalink
Initialize service_ids attribute of GTFS as empty
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarrco committed Sep 28, 2023
1 parent 629f482 commit 0463720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MuoVErsi/sources/GTFS/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def __init__(self, transport_type, emoji, session, typesense, gtfs_version=None,
super().__init__(transport_type[:3], emoji, session, typesense)
self.transport_type = transport_type
self.location = location
self.service_ids = {}

if gtfs_version:
self.gtfs_version = gtfs_version
Expand Down

0 comments on commit 0463720

Please sign in to comment.