From f24233f4dd989130bc3b5996a33fffeb433f3ba1 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 8 Oct 2019 16:22:33 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taptap/collect_mongodb.py b/taptap/collect_mongodb.py index 514fa0d..f8bc94f 100644 --- a/taptap/collect_mongodb.py +++ b/taptap/collect_mongodb.py @@ -169,7 +169,7 @@ def read_mongo(start_date, end_date): reptile_4_1['db'] = "taptap" reptile_4_1['coll'] = "games" reptile_4_1['event_name'] = "reptile_4_1" - reptile_4_1['gameid'] = 9999 + #reptile_4_1['gameid'] = 9999 reptile_4_1['tgaid'] = 6 reptile_4_1['pipeline'] = [{'$match': {'createdAt': {'$gte': start_date, '$lt': end_date}}}, { '$project': {'tags': 1, 'source': 1, 'cateName': 1, 'icon': 1, 'order': 1, 'title': 1, 'author': 1, 'score': 1,