Commit 54d78be0 by zhaihuitao

create

parent 5d655a9a
......@@ -7,8 +7,9 @@ import os,sys
import socket, struct
from dbConfig.dbConn import MysqlCon
base_dir = os.path.dirname(os.path.abspath(__file__))
sys.path.append(base_dir)
curPath = os.path.abspath(os.path.dirname(__file__))
rootPath = os.path.split(curPath)[0]
sys.path.append(rootPath)
# host = "10.3.20.32"
host = "etl.cma5jkozme68.rds.cn-north-1.amazonaws.com.cn"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment