From 11e68a1ea2705083866104ebb57ca9b322e62cac Mon Sep 17 00:00:00 2001 From: pengtao Date: Mon, 28 Oct 2019 14:38:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E6=97=A5=E6=8A=A5=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daily_report/dreport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily_report/dreport.py b/daily_report/dreport.py index c687da4..b39bbcf 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -212,7 +212,7 @@ class Report: jumpout = args['tga'].get_data(jumpout_sql)[0][0] or 0 jump_per = round((100 * jumpout) / activa, 2) - if args['gameid'] in self.not_minigames: + if args['gameid'] not in self.not_minigames: ad_101 = args['tga'].get_data(ad_101_sql)[0][0] or 0 ad_1 = args['tga'].get_data(ad_1_sql)[0][0] or 0 ad_201 = args['tga'].get_data(ad_201_sql)[0][0] or 0