This commit is contained in:
caiwx86 2023-08-19 13:28:03 +08:00
parent 32adf42a8d
commit 39f77168de

View File

@ -28,7 +28,7 @@ class ProxyMiddleware(object):
if len(PROXY_LIST) != 0:
request.meta["proxy"] = random.choice(PROXY_LIST)
else:
logging.info(f"skip proxy... {url}")
logging.debug(f"skip proxy... {url}")
################################################################
# HTTP/HTTPS文件缓存中间件