remove duplicate setPath in ProxyPool
parent
3734865a6a
commit
147401ce5e
|
@ -66,7 +66,6 @@ public class ProxyPool {
|
|||
if (!new File(proxyFilePath).exists()) {
|
||||
setFilePath();
|
||||
}
|
||||
setFilePath();
|
||||
readProxyList();
|
||||
timer.schedule(saveProxyTask, 0, saveProxyInterval);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue