This commit is contained in:
aozhiwei 2020-11-04 14:30:45 +08:00
parent 574db61827
commit ed2de758bd

View File

@ -19,9 +19,6 @@ context = {
'dbname_prefix': '' 'dbname_prefix': ''
} }
EXCLUDE_KEYS = { EXCLUDE_KEYS = {
'game2004api:kill_rank_6006': 1,
'game2004api:win_rank_6006': 1,
'game2004api:integral_rank_6006': 1
} }
def scanKeys(r, key_prefix, matched_keys): def scanKeys(r, key_prefix, matched_keys):
@ -139,5 +136,5 @@ if __name__ == "__main__":
#context['channel'] = sys.argv[1] #context['channel'] = sys.argv[1]
#context['dbname_prefix'] = sys.argv[2] #context['dbname_prefix'] = sys.argv[2]
context['channel'] = '0' context['channel'] = '0'
context['dbname_prefix'] = 'gamedb2004' context['dbname_prefix'] = 'gamedb2001'
main() main()