This commit is contained in:
root 2019-11-22 12:03:32 +08:00
parent 668e5cb00b
commit d49af8e435

View File

@ -546,7 +546,6 @@ class TapWeeklyReport:
for k in rows:
ttt.append(new_tt.get(k))
temp["row_data"].append(ttt)
pdb.set_trace()
r_data.append(temp)
except Exception:
log.error(f"struct data with {line} Failed", exc_info=True)
@ -591,7 +590,6 @@ class TapWeeklyReport:
def run(self):
data = self.build()
r_data = self.struct_data(data)
pdb.set_trace()
print(r_data)
return r_data