fix: 注释调试代码

This commit is contained in:
2025-12-17 20:28:00 +08:00
parent 13b4de51a1
commit 99e77a37cf

View File

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