This commit is contained in:
pengtao 2019-11-22 11:33:32 +08:00
parent 87eed702fb
commit e8927e7254

View File

@ -531,7 +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}")
print(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():