Commit 0fe0b5ab authored by litaolemo's avatar litaolemo

update

parent ded0b159
......@@ -101,7 +101,7 @@ def func_get_proxy_to_redis():
rds.set(key, key, ex=int(seconds[key]) - 3)
except Exception as e:
print(e)
return {"http": "http://{}".format(ips[0]), "https": "http://{}".format(ips[0])}
return {"http": "http://{}".format(ips[0]), "https": "https://{}".format(ips[0])}
def proxy_test(proxies):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment