-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
python-overpy/overpy/__init__.py
Line 285 in 8aa4baf
| for element in other_collection_map[element_type]: |
for element in other_collection_map[element_type]:
should be
for element in other_collection_map[element_type].values():
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels