changed split char

This commit is contained in:
romanschenk37
2022-03-10 15:04:50 +01:00
parent a84997ea15
commit 443f980fa8
+1 -1
View File
@@ -28,7 +28,7 @@ except:
exit = True exit = True
filename_adresslist = input("Please type in Filename to read.") filename_adresslist = input("Please type in Filename to read.")
file_split_char = "," file_split_char = ";"
print("Reading File " + filename_adresslist) print("Reading File " + filename_adresslist)
try: try: