添加导出率

This commit is contained in:
pengtao 2019-10-22 20:07:16 +08:00
parent 167bf316d1
commit 6d71cb44a2

View File

@ -314,7 +314,7 @@ class Report:
tga = FromTga(url, api_key)
args['tga'] = tga
temp['all'] = self.get_all_temp(**args)
temp['all'] = self.get_all_data(**args)
mp = MpInterface()
fromappids = mp.get_fromappid_cn(args['gameid'], args['channelid'])
f_keys = fromappids.keys()