From b2b902322b7d831f2f95f62a5aa6668d24535e7b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 27 Aug 2020 22:17:49 +0800 Subject: [PATCH] 1 --- tools/rankserver/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/rankserver/app.py b/tools/rankserver/app.py index 5fb433b..17d5f6d 100644 --- a/tools/rankserver/app.py +++ b/tools/rankserver/app.py @@ -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()