fix: 注释调试代码
This commit is contained in:
@@ -33,8 +33,8 @@ class SD:
|
|||||||
self.client = httpx.AsyncClient(
|
self.client = httpx.AsyncClient(
|
||||||
base_url="https://zhsd.cqcst.edu.cn",
|
base_url="https://zhsd.cqcst.edu.cn",
|
||||||
timeout=30,
|
timeout=30,
|
||||||
proxy="http://127.0.0.1:9000",
|
# proxy="http://127.0.0.1:9000",
|
||||||
verify=False,
|
# verify=False,
|
||||||
headers={
|
headers={
|
||||||
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
|
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
|
||||||
"Accept-Encoding": "gzip",
|
"Accept-Encoding": "gzip",
|
||||||
|
|||||||
Reference in New Issue
Block a user