游戏日报触发脚本

This commit is contained in:
pengtao 2019-10-28 14:38:04 +08:00
parent 00eeaf6960
commit 11e68a1ea2

View File

@ -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