|
|
@ -75,8 +75,8 @@ if __name__ == '__main__':
|
|
|
|
#print(line)
|
|
|
|
#print(line)
|
|
|
|
if not line.startswith("&&&") and not line.endswith("&&&"): # break when line of data is not complete
|
|
|
|
if not line.startswith("&&&") and not line.endswith("&&&"): # break when line of data is not complete
|
|
|
|
#print(line)
|
|
|
|
#print(line)
|
|
|
|
#print("break")
|
|
|
|
#print("continue")
|
|
|
|
break
|
|
|
|
continue
|
|
|
|
line = line.replace("&&&", "") # delete all &&&
|
|
|
|
line = line.replace("&&&", "") # delete all &&&
|
|
|
|
line = line.split("#") # splits the line into a list of lists
|
|
|
|
line = line.split("#") # splits the line into a list of lists
|
|
|
|
# after this split the list begins with an empty list, so delete it:
|
|
|
|
# after this split the list begins with an empty list, so delete it:
|
|
|
|