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