Skip to content

Commit 86fccca

Browse files
joshrosenhanstRiverfount
authored andcommitted
fix missing , in alpha options
1 parent 3fd6a87 commit 86fccca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_googlemaps/icons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __getattr__(self, item):
2828

2929
alpha = Icon(
3030
base_url='//www.google.com/mapfiles/marker{0}.png',
31-
options=['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K'
31+
options=['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K',
3232
'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V',
3333
'X', 'Z', 'W', 'Y']
3434
)

0 commit comments

Comments
 (0)