fixbug
This commit is contained in:
parent
87b6f7fd59
commit
59219aca91
@ -532,9 +532,7 @@ class TapWeeklyReport:
|
||||
temp["row_data"] = []
|
||||
for line in data_key:
|
||||
tt = {}
|
||||
tt['gameid'], tt['title'], tt['order'], tt['min_order'], tt['max_order'], tt['diff_order'],
|
||||
tt['score'], tt['tags'], tt['watch'], tt['download'], tt['sell'], tt['reserve'], tt['review'],
|
||||
tt['topic'] = line
|
||||
tt['gameid'], tt['title'], tt['order'], tt['min_order'], tt['max_order'], tt['diff_order'],tt['score'], tt['tags'], tt['watch'], tt['download'], tt['sell'], tt['reserve'], tt['review'],tt['topic'] = line
|
||||
for item in tt.keys():
|
||||
if item not in rows:
|
||||
tt.pop(item)
|
||||
|
Loading…
x
Reference in New Issue
Block a user