From 6089acb1b928a349c5356b71542f60d30ae5a6ba Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Sun, 14 Jul 2024 23:45:31 -0500 Subject: [PATCH] Add newline --- modules/csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/csv.py b/modules/csv.py index b1ec7cb..ef9117e 100644 --- a/modules/csv.py +++ b/modules/csv.py @@ -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'