From 6d71cb44a22dd19d5975e15da5469843b88ff3fd Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 22 Oct 2019 20:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=87=BA=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 bfeed8a..c1551d4 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -314,7 +314,7 @@ class Report: tga = FromTga(url, api_key) args['tga'] = tga - temp['all'] = self.get_all_temp(**args) + temp['all'] = self.get_all_data(**args) mp = MpInterface() fromappids = mp.get_fromappid_cn(args['gameid'], args['channelid']) f_keys = fromappids.keys()