This commit is contained in:
yumoqing 2026-03-02 09:16:05 +08:00
parent 906c05acfe
commit 63475db60e

View File

@ -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,