diff --git a/cron_2001.py b/cron_2001.py index f8a21ac..658fba1 100644 --- a/cron_2001.py +++ b/cron_2001.py @@ -43,6 +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" if data: for line in data: if line: @@ -63,6 +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" if data: for line in data: if line: