Add newline

This commit is contained in:
DazedAnon 2024-07-14 23:45:31 -05:00
parent 0d1aba9b54
commit 6089acb1b9

View file

@ -137,7 +137,7 @@ def parseCSV(readFile, writeFile, filename):
format = ''
while format not in ['1', '2', '3']:
format = input('\n\nSelect the CSV Format:\n\n1. Translator++\n2. Single\n3. Multiple')
format = input('\n\nSelect the CSV Format:\n\n1. Translator++\n2. Single\n3. Multiple\n')
match format:
case '1':
format = '1'