添加导出率
This commit is contained in:
parent
5396a844ff
commit
afce5e3b3d
@ -306,7 +306,7 @@ class Report:
|
|||||||
fromappids = mp.get_fromappid_cn(args['gameid'], args['channelid'])
|
fromappids = mp.get_fromappid_cn(args['gameid'], args['channelid'])
|
||||||
f_keys = fromappids.keys()
|
f_keys = fromappids.keys()
|
||||||
if not f_keys:
|
if not f_keys:
|
||||||
break
|
continue
|
||||||
for f_key in f_keys:
|
for f_key in f_keys:
|
||||||
temp['input'] = defaultdict(list)
|
temp['input'] = defaultdict(list)
|
||||||
temp['output'] = defaultdict(list)
|
temp['output'] = defaultdict(list)
|
||||||
@ -316,8 +316,8 @@ class Report:
|
|||||||
args['fromappid_cn'] = fromappids.get(f_key, None) or "未知"
|
args['fromappid_cn'] = fromappids.get(f_key, None) or "未知"
|
||||||
temp['input'].append(self.get_input_fromappid(**args))
|
temp['input'].append(self.get_input_fromappid(**args))
|
||||||
temp['output'].append(self.get_output_fromappid(**args))
|
temp['output'].append(self.get_output_fromappid(**args))
|
||||||
print(data)
|
print(data)
|
||||||
data.append(temp)
|
data.append(temp)
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user