Clean code
This commit is contained in:
parent
09ec3bce69
commit
5de9617f5b
|
|
@ -33,6 +33,7 @@ public class Proxy {
|
||||||
Class<?> clz = Class.forName("com.github.catvod.Proxy");
|
Class<?> clz = Class.forName("com.github.catvod.Proxy");
|
||||||
port = (int) clz.getMethod("getPort").invoke(null);
|
port = (int) clz.getMethod("getPort").invoke(null);
|
||||||
method = clz.getMethod("getUrl", boolean.class);
|
method = clz.getMethod("getUrl", boolean.class);
|
||||||
|
SpiderDebug.log("本地代理端口:" + port);
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
findPort();
|
findPort();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
7a874dee86be625792a7381dc0ce8e1f
|
6286b095a005799c81f27da197beb39f
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue