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",