fixbug
This commit is contained in:
parent
b04ac14e8c
commit
87b6f7fd59
@ -532,9 +532,9 @@ 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