chore: 更新

This commit is contained in:
helloplhm-qwq 2023-11-19 09:14:55 +08:00 committed by “Folltoshe”
parent e28474c490
commit 8fbabbe2b2

View File

@ -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)