This commit is contained in:
aozhiwei 2020-08-31 20:29:54 +08:00
parent c32e8a93fa
commit c9687f8bab

View File

@ -16,7 +16,7 @@ import functools
CONFIG_DIR = './'
context = {
'channel': 0,
'dbname_prefix': 'gamedb2004_'
'dbname_prefix': ''
}
def scanKeys(r, key_prefix, matched_keys):
@ -117,4 +117,5 @@ def main():
if __name__ == "__main__":
context['channel'] = sys.argv[1]
context['dbname_prefix'] = sys.argv[2]
main()