瀏覽代碼

Merge branch 'dev_david' of anweiguo/algorithm_platform into dev_awg

liudawei 3 月之前
父節點
當前提交
446bd3e4fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data_processing/data_operation/pre_data_ftp.py

+ 1 - 1
data_processing/data_operation/pre_data_ftp.py

@@ -16,7 +16,7 @@ logger = Log('data-processing').logger
 app = Flask('pre_data_ftp——service')
 
 ftp_params = {
-    'local_dir' : './syjy/cache/data',
+    'local_dir' : '/syjy/cache/data',
     # 'host' : '192.168.12.20',
     # 'port': 32121,
     'host': '192.168.1.33',