From c79411bbd2618693ca252dbb9f78144271ec83b5 Mon Sep 17 00:00:00 2001 From: pengtao Date: Thu, 24 Oct 2019 16:58:27 +0800 Subject: [PATCH] remove fromappid = '' --- daily_report/dreport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily_report/dreport.py b/daily_report/dreport.py index 181e4ee..41291bc 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -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: