diff --git a/main.py b/main.py index cb897ff..474834d 100644 --- a/main.py +++ b/main.py @@ -44,6 +44,9 @@ def main(): # This is to encourage people to grab what's in /translated instead #deleteFolderFiles('files') + # Prevent immediately closing of CLI + input('Done! Press any button to close.') + def deleteFolderFiles(folderPath): for filename in os.listdir(folderPath): file_path = os.path.join(folderPath, filename)