Skip to content

Commit bf18687

Browse files
committed
src - All elements must have an ID
1 parent eef3b5b commit bf18687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

overpy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ def __init__(self, attributes=None, result=None, tags=None):
469469

470470
self._result = result
471471
self.attributes = attributes
472+
self.id = None
472473
self.tags = tags
473474

474475

0 commit comments

Comments
 (0)