Commit a8ebd961 by TingSong-Syu

:q

parent c86808b8
......@@ -8,6 +8,7 @@ import sys
reload(sys)
sys.setdefaultencoding('utf8')
#测试环境
'''
host = "192.168.2.26"
port = 3306
user = "root"
......@@ -18,7 +19,6 @@ host = "mysql.in.shenlancity.com"
port = 3306
user = "summer_hill"
password = "xytXdnZMGr4B7BVd"
'''
def action(failure_count):
config_infos = cms_config.load_config_check_pay_failure()
......
......@@ -8,6 +8,7 @@ from util import cms_config
import sys
#测试环境
'''
host = "192.168.2.26"
port = 3306
user = "root"
......@@ -18,7 +19,6 @@ host = "mysql.in.shenlancity.com"
port = 3306
user = "summer_hill"
password = "xytXdnZMGr4B7BVd"
'''
def get_interval(db_time):
curtime=times.currsecs()
......
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