Implemented the retrieval of values with groups of AVLs
This commit is contained in:
@ -134,9 +134,10 @@ if __name__ == '__main__':
|
||||
# # #print("header", line)
|
||||
# #
|
||||
id = line.split(" ", 1)[0][1:]
|
||||
# # #print(id)
|
||||
print(id)
|
||||
# # #rest = (line[:-1].split(" ", 1)[1]).split(";")
|
||||
view[i].set_id(id)
|
||||
#print(view[i]["ID"])
|
||||
#
|
||||
i+=1
|
||||
|
||||
|
Reference in New Issue
Block a user