This commit is contained in:
pengtao 2019-11-22 11:31:49 +08:00
parent 87b6f7fd59
commit 59219aca91

View File

@ -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)