This commit is contained in:
aozhiwei 2020-08-27 22:17:49 +08:00
parent 1e844a624a
commit b2b902322b

View File

@ -118,7 +118,7 @@ def fullUpdateRank():
port = conf['port'],
user = conf['user'],
passwd = conf['passwd'],
db = 'gamedb2004_' + str(conf['instance_id']),
db = 'gamedb2004_6006_' + str(conf['instance_id']),
charset = 'utf8'
)
cursor = conn.cursor()
@ -179,7 +179,7 @@ def incrementUpdateRank():
port = conf['port'],
user = conf['user'],
passwd = conf['passwd'],
db = 'gamedb2004_' + str(conf['instance_id']),
db = 'gamedb2004_6006_' + str(conf['instance_id']),
charset = 'utf8'
)
cursor = conn.cursor()