remove no use
This commit is contained in:
parent
21fafdedb3
commit
1f96372e33
@ -450,7 +450,7 @@ class Report:
|
||||
|
||||
mp = MpInterface()
|
||||
fromappids = mp.get_fromappid_cn(args['gameid'], args['channelid'])
|
||||
log.info(f"1={fromappids} 2={ss_input_fromappids} 3={ss_output_fromappids}")
|
||||
# log.info(f"1={fromappids} 2={ss_input_fromappids} 3={ss_output_fromappids}")
|
||||
if fromappids and ss_input_fromappids:
|
||||
for item in ss_input_fromappids:
|
||||
args['fromappid'] = item
|
||||
@ -466,7 +466,7 @@ class Report:
|
||||
args['fromappid_cn'] = fromappids.get(item.split('_success')[0], None) or item
|
||||
temp['output'].append(self.get_output_fromappid(**args))
|
||||
data.append(temp)
|
||||
|
||||
log.info(f"1={data} ")
|
||||
return data
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user