Commit 147401ce authored by yihua.huang's avatar yihua.huang

remove duplicate setPath in ProxyPool

parent 3734865a
......@@ -66,7 +66,6 @@ public class ProxyPool {
if (!new File(proxyFilePath).exists()) {
setFilePath();
}
setFilePath();
readProxyList();
timer.schedule(saveProxyTask, 0, saveProxyInterval);
}
......
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