bugfix
This commit is contained in:
parent
906c05acfe
commit
63475db60e
@ -90,7 +90,7 @@ class WOAHandler:
|
|||||||
dic.title = msg.title
|
dic.title = msg.title
|
||||||
dic.url = msg.url
|
dic.url = msg.url
|
||||||
dic.description = msg.description
|
dic.description = msg.description
|
||||||
if msg.type == ‘location':
|
if msg.type == 'location':
|
||||||
dic.location = {
|
dic.location = {
|
||||||
'latitude': msg.location_x,
|
'latitude': msg.location_x,
|
||||||
'longitude': msg.location_y,
|
'longitude': msg.location_y,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user