This commit is contained in:
pengtao 2019-11-22 11:32:43 +08:00
parent 59219aca91
commit 87eed702fb

View File

@ -531,6 +531,7 @@ class TapWeeklyReport:
temp["row_name"].append(self.row_cn.get(k))
temp["row_data"] = []
for line in data_key:
log.info(f"line={line}")
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
for item in tt.keys():