mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
chore: 更新
This commit is contained in:
parent
e28474c490
commit
8fbabbe2b2
@ -119,7 +119,6 @@ def request(url, options = {}):
|
|||||||
raise e
|
raise e
|
||||||
# 请求后记录
|
# 请求后记录
|
||||||
logger.debug(f'Request to {url} succeed with code {req.status_code}')
|
logger.debug(f'Request to {url} succeed with code {req.status_code}')
|
||||||
logger.debug(req.text)
|
|
||||||
# 缓存写入
|
# 缓存写入
|
||||||
if (cache_info and cache_info != "no-cache"):
|
if (cache_info and cache_info != "no-cache"):
|
||||||
cache_data = pickle.dumps(req)
|
cache_data = pickle.dumps(req)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user