Skip to content

Commit

Permalink
src - All elements must have an ID
Browse files Browse the repository at this point in the history
  • Loading branch information
phibos committed May 10, 2015
1 parent eef3b5b commit bf18687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ def __init__(self, attributes=None, result=None, tags=None):

self._result = result
self.attributes = attributes
self.id = None
self.tags = tags


Expand Down

0 comments on commit bf18687

Please sign in to comment.