This commit is contained in:
pengtao 2019-11-20 16:09:49 +08:00
parent c688aed024
commit f834cf8aa1

View File

@ -30,7 +30,7 @@ class TapWeeklyReport:
weekly_day = json.dumps(self.get_weekly_days()).strip('[]')
tap_types = ("new", "download", "reserve", "sell", "played")
all_data = defaultdict(list)
all_data = dict()
for tap_type in tap_types:
sql = f"""select
gameid,