From b84da2b744482c0ae811f7d359dd579f229bb988 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 8 Oct 2019 16:25:09 +0800 Subject: [PATCH] =?UTF-8?q?remove=20=E8=87=AA=E5=AE=9A=E4=B9=89=E7=9A=84ga?= =?UTF-8?q?meid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taptap/collect_mongodb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/taptap/collect_mongodb.py b/taptap/collect_mongodb.py index f8bc94f..4901da1 100644 --- a/taptap/collect_mongodb.py +++ b/taptap/collect_mongodb.py @@ -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: