fixbug
This commit is contained in:
parent
18d704b076
commit
b268b5a2ce
@ -523,7 +523,7 @@ class TapWeeklyReport:
|
||||
for key in self.all_type.keys():
|
||||
try:
|
||||
data_key = data.get(key, [])
|
||||
print(f"data_key={data_key}")
|
||||
#print(f"data_key={data_key}")
|
||||
temp = {}
|
||||
temp["name"] = self.all_type.get(key).get("name")
|
||||
rows = self.base_head + self.all_type.get(key).get("row") + self.base_end
|
||||
@ -531,7 +531,7 @@ class TapWeeklyReport:
|
||||
for k in rows:
|
||||
temp["row_name"].append(self.row_cn.get(k))
|
||||
temp["row_data"] = []
|
||||
for line in data_key:
|
||||
for line in data_key[0]:
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user