1
This commit is contained in:
parent
1e844a624a
commit
b2b902322b
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user