remove fromappid = ''

This commit is contained in:
pengtao 2019-10-24 16:58:27 +08:00
parent f765da9249
commit c79411bbd2

View File

@ -436,7 +436,7 @@ class Report:
if fromappids and ss_input_fromappids:
for item in ss_input_fromappids:
args['fromappid'] = item
args['fromappid_cn'] = fromappids.get(item, None) or "未知"
args['fromappid_cn'] = fromappids.get(item, None) or item
temp['input'].append(self.get_input_fromappid(**args))
if fromappids and ss_output_fromappids: