fix
This commit is contained in:
parent
32adf42a8d
commit
39f77168de
@ -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文件缓存中间件
|
||||
|
||||
Loading…
Reference in New Issue
Block a user