bugfix
This commit is contained in:
parent
906c05acfe
commit
63475db60e
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user