From 7c63b7c06288f8ac5bb485e7a0136a251447513e Mon Sep 17 00:00:00 2001 From: Sakura-RanChen <1908198662@qq.com> Date: Wed, 14 May 2025 16:50:15 +0800 Subject: [PATCH] no message --- main/xiaozhi-server/plugins_func/functions/get_weather.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main/xiaozhi-server/plugins_func/functions/get_weather.py b/main/xiaozhi-server/plugins_func/functions/get_weather.py index 0294559c..fafb7fb9 100644 --- a/main/xiaozhi-server/plugins_func/functions/get_weather.py +++ b/main/xiaozhi-server/plugins_func/functions/get_weather.py @@ -154,7 +154,6 @@ def get_weather(conn, location: str = None, lang: str = "zh_CN"): api_host = conn.config["plugins"]["get_weather"]["api_host"] api_key = conn.config["plugins"]["get_weather"]["api_key"] default_location = conn.config["plugins"]["get_weather"]["default_location"] - print(api_host,api_key) client_ip = conn.client_ip # 优先使用用户提供的location参数 if not location: