fixbug
This commit is contained in:
parent
7992e1f300
commit
90e4986353
@ -557,6 +557,7 @@ class TapWeeklyReport:
|
|||||||
for line in data:
|
for line in data:
|
||||||
try:
|
try:
|
||||||
data_type = line.get("name")
|
data_type = line.get("name")
|
||||||
|
pdb.set_trace()
|
||||||
for items in line.get("row_data"):
|
for items in line.get("row_data"):
|
||||||
for one_row in items:
|
for one_row in items:
|
||||||
for tag in one_row.split(',')[-1]:
|
for tag in one_row.split(',')[-1]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user