|
|
|
@ -89,4 +89,14 @@ public class PaddleApplicationService { |
|
|
|
// System.out.println(result); |
|
|
|
} |
|
|
|
|
|
|
|
public void updatePaddle(){ |
|
|
|
try { |
|
|
|
String result = String.valueOf(ScriptRunnerHelper.handle("python", |
|
|
|
SpiderDirectoryConfig.PADDLEDIR)); |
|
|
|
} catch (Exception e) { |
|
|
|
e.printStackTrace(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |