update:开启唤醒词加速 (#486)

This commit is contained in:
hrz
2025-03-23 22:02:13 +08:00
committed by GitHub
parent 19455f89d3
commit 004ee6f143
8 changed files with 72 additions and 5 deletions
+1 -3
View File
@@ -73,9 +73,7 @@ def get_ip_info(ip_addr):
resp = requests.get(url).json()
ip_info = {
"city": resp.get("cityName"),
"region": resp.get("regionName"),
"country": resp.get("countryName")
"city": resp.get("cityName")
}
return ip_info
except Exception as e: