remove 自定义的gameid
This commit is contained in:
parent
f24233f4dd
commit
b84da2b744
@ -127,7 +127,6 @@ class CollectMongo():
|
||||
elif isinstance(line[key], (list, tuple, dict)):
|
||||
line[key] = json.dumps(line[key])
|
||||
|
||||
line['gameid'] = self.gameid
|
||||
line['account_id'] = str(line['object_id'])
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user