Fix bug
This commit is contained in:
parent
f4c80e3bbe
commit
8f3e5692ae
|
|
@ -60,6 +60,7 @@ public class Feiyang extends Spider {
|
||||||
@Override
|
@Override
|
||||||
public void destroy() {
|
public void destroy() {
|
||||||
try {
|
try {
|
||||||
|
Shell.exec("killall -9 " + AIO);
|
||||||
if (thread != null) thread.interrupt();
|
if (thread != null) thread.interrupt();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
bdb521c46b8a304eeb565567dd326171
|
239d6b362d4f85c199080102ed954a8c
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue