various updates and changes, move admin widgets into different seperate dialogs
This commit is contained in:
@@ -12,7 +12,6 @@ def csv_to_list(path: str) -> list[str]:
|
||||
reader = csv.reader(csvfile, delimiter=";", quotechar="|")
|
||||
ret = []
|
||||
for row in reader:
|
||||
print(row)
|
||||
ret.append(row[0].replace('"', ""))
|
||||
return ret
|
||||
|
||||
@@ -20,4 +19,4 @@ def csv_to_list(path: str) -> list[str]:
|
||||
if __name__ == "__main__":
|
||||
text = csv_to_list("C:/Users/aky547/Desktop/semap/71.csv")
|
||||
# remove linebreaks
|
||||
print(text)
|
||||
# print(text)
|
||||
|
||||
Reference in New Issue
Block a user