This commit is contained in:
aozhiwei 2020-03-20 18:40:07 +08:00
parent c3764aa783
commit abd1b931a6

View File

@ -102,7 +102,7 @@ def _fullUpdateRank(rushtime):
lambda : _fullUpdateRank(rushtime))
f7.app.createAsyncTask(done_callback, fullUpdateRank, ())
def incrementUpdateRank(rushtime):
def incrementUpdateRank():
f7.udplog.info('incrementUpdateRank begin')
mysql_conf = json.loads(open(CONFIG_DIR + '/rankserver.mysql.cluster.json', 'r').read())
r = _getRedis()