添加导出率

This commit is contained in:
pengtao 2019-10-23 11:02:16 +08:00
parent 5396a844ff
commit afce5e3b3d

View File

@ -306,7 +306,7 @@ class Report:
fromappids = mp.get_fromappid_cn(args['gameid'], args['channelid'])
f_keys = fromappids.keys()
if not f_keys:
break
continue
for f_key in f_keys:
temp['input'] = defaultdict(list)
temp['output'] = defaultdict(list)