From 63475db60ecce0377ee4320a3e2ab474e1c92cf5 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 2 Mar 2026 09:16:05 +0800 Subject: [PATCH] bugfix --- woa/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,