We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c04f18 commit 1eb4032Copy full SHA for 1eb4032
flask_googlemaps/__init__.py
@@ -70,7 +70,7 @@ def __init__(
70
self.zoom = zoom
71
self.maptype = maptype
72
self.markers = [] # type: List[Any]
73
- self.map_ids = (map_ids,)
+ self.map_ids = map_ids
74
self.build_markers(markers)
75
self.rectangles = [] # type: List[Any]
76
self.build_rectangles(rectangles)
0 commit comments