游戏日报触发脚本
This commit is contained in:
parent
00eeaf6960
commit
11e68a1ea2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user