From a17299fce2e38a5acef2bd846b68afb7a29cb9b5 Mon Sep 17 00:00:00 2001 From: pengtao Date: Fri, 30 Aug 2019 14:10:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=86=99=E5=85=A5tga?= =?UTF-8?q?=E7=9A=84=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cron_2001.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron_2001.py b/cron_2001.py index 658fba1..e403998 100644 --- a/cron_2001.py +++ b/cron_2001.py @@ -43,7 +43,7 @@ class Mycollect2001(GetFromTga): tga_data['gameid'] = self.gameid tga_data['channelid'] = self.channelid tga_data['date'] = self.date - tga_data['time'] = f"{self.date} 00:00:00" + tga_data['#time'] = f"{self.date} 00:00:00" if data: for line in data: if line: @@ -64,7 +64,7 @@ class Mycollect2001(GetFromTga): tga_data['gameid'] = self.gameid tga_data['channelid'] = self.channelid tga_data['date'] = self.date - tga_data['time'] = f"{self.date} 00:00:00" + tga_data['#time'] = f"{self.date} 00:00:00" if data: for line in data: if line: