From 8fbabbe2b24bc65827fde51dd385976efdfb0b3f Mon Sep 17 00:00:00 2001 From: helloplhm-qwq Date: Sun, 19 Nov 2023 09:14:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/Httpx.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/Httpx.py b/common/Httpx.py index be4ea19..6eed1ef 100644 --- a/common/Httpx.py +++ b/common/Httpx.py @@ -119,7 +119,6 @@ def request(url, options = {}): raise e # 请求后记录 logger.debug(f'Request to {url} succeed with code {req.status_code}') - logger.debug(req.text) # 缓存写入 if (cache_info and cache_info != "no-cache"): cache_data = pickle.dumps(req)