소스 검색

Merge branch 'dev_david' of anweiguo/algorithm_platform into dev_awg

liudawei 3 달 전
부모
커밋
b3178f314c
2개의 변경된 파일9개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 10
      data_processing/cache/data/xxl/init.py
  2. 9 2
      data_processing/data_operation/pre_data_ftp.py

+ 0 - 10
data_processing/cache/data/xxl/init.py

@@ -1,10 +0,0 @@
-#!/usr/bin/env python
-# -*- coding:utf-8 -*-
-# @FileName  :init.py.py
-# @Time      :2024/12/27 15:13
-# @Author    :David
-# @Company: shenyang JY
-
-
-if __name__ == "__main__":
-    run_code = 0

+ 9 - 2
data_processing/data_operation/pre_data_ftp.py

@@ -18,8 +18,10 @@ app = Flask('pre_data_ftp——service')
 
 ftp_params = {
     'local_dir' : './data_processing/cache/data',
-    'host' : '192.168.12.20',
-    'port': 32121,
+    # 'host' : '192.168.12.20',
+    # 'port': 32121,
+    'host': '192.168.1.33',
+    'port': '2022',
     'zip_mode': 'w',
     'liudawei' : {
         'user' : 'liudawei',
@@ -30,6 +32,11 @@ ftp_params = {
         'user' : 'anweiguo',
         'password' : 'anweiguo@123',
         'modeler' : 'seer'
+    },
+    'wulianlong':{
+        'user': 'wulianlong',
+        'password': 'wulianlong@123',
+        'modeler': 'lucky'
     }
 }