diff --git a/woa/init.py b/woa/init.py index 31f785e..a1d503c 100644 --- a/woa/init.py +++ b/woa/init.py @@ -90,7 +90,7 @@ class WOAHandler: dic.title = msg.title dic.url = msg.url dic.description = msg.description - if msg.type == ‘location': + if msg.type == 'location': dic.location = { 'latitude': msg.location_x, 'longitude': msg.location_y,