Helius
2021-05-25 c6c95986180c0869d9034576630cb1dd8101a4cd
src/main/java/com/xcong/excoin/quartz/job/XchBaseDataUpdateJob.java
@@ -157,6 +157,7 @@
        String result = "";
        String path = ClassUtils.getDefaultClassLoader().getResource("").getPath();
        String filePath = path + "static/xch.py";
        log.info("=====>{}", filePath);
        try {
            Process process = Runtime.getRuntime().exec("python2.7 " + filePath);
            process.waitFor();