From 99e77a37cfc4b54b9f6f83e656100987b4f028f5 Mon Sep 17 00:00:00 2001 From: zhilv Date: Wed, 17 Dec 2025 20:28:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B3=A8=E9=87=8A=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/water_ammeter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/water_ammeter.py b/tasks/water_ammeter.py index 3d80a5b..45f3b93 100644 --- a/tasks/water_ammeter.py +++ b/tasks/water_ammeter.py @@ -33,8 +33,8 @@ class SD: self.client = httpx.AsyncClient( base_url="https://zhsd.cqcst.edu.cn", timeout=30, - proxy="http://127.0.0.1:9000", - verify=False, + # proxy="http://127.0.0.1:9000", + # verify=False, headers={ "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "Accept-Encoding": "gzip",