fix data
This commit is contained in:
parent
c688aed024
commit
f834cf8aa1
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user