AimeDB增加log
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user