From f87061266a03e327295164ec5f9cef8d25ea1835 Mon Sep 17 00:00:00 2001 From: cheney Date: Tue, 26 May 2026 20:54:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy/proxy_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/proxy_client.py b/proxy/proxy_client.py index d8936ea..0ec8870 100644 --- a/proxy/proxy_client.py +++ b/proxy/proxy_client.py @@ -17,7 +17,7 @@ def load_config(config_path='config.ini'): 'target_port': 9788 } - config.read(config_path) + config.read(config_path, encoding='utf-8') if 'proxy' not in config: print(f"配置文件格式错误,使用默认配置")