This commit is contained in:
pengtao 2019-11-22 11:30:10 +08:00
parent b04ac14e8c
commit 87b6f7fd59

View File

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