AimeDB增加log

This commit is contained in:
Kohaku
2025-02-19 03:16:02 +08:00
parent ea86f34b83
commit 238bd2b397
3 changed files with 5 additions and 4 deletions

View File

@@ -95,7 +95,8 @@ def apiSDGB(data:str, targetApi:str, userAgentExtraData:str, noLog:bool=False, t
"Expect": "100-continue"
},
content=reqData_deflated,
verify=certifi.where(),
# verify=certifi.where(),
verify=False,
timeout=timeout
)
if not noLog: