Commit dbebea74 by larosa

modify

parent 81317e9a
Showing with 0 additions and 2 deletions
...@@ -62,8 +62,6 @@ class HandleTxT: ...@@ -62,8 +62,6 @@ class HandleTxT:
for index in range(len(data_string)): for index in range(len(data_string)):
if index == 0: if index == 0:
continue continue
if index > 10:
break
row = data_string[index].split("|") row = data_string[index].split("|")
table = dict() table = dict()
table['price_is_us'] = False table['price_is_us'] = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment