Browse Source

01171624'

David 3 months ago
parent
commit
3111dacc67

+ 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'
     }
 }