fix: Adjust text
This commit is contained in:
parent
ac0ca014ae
commit
03ed903bb4
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
|
@ -42,10 +42,10 @@ def main():
|
|||
executor.submit(handleFiles, filename)
|
||||
|
||||
# This is to encourage people to grab what's in /translated instead
|
||||
#deleteFolderFiles('files')
|
||||
deleteFolderFiles('files')
|
||||
|
||||
# Prevent immediately closing of CLI
|
||||
input('Done! Press any button to close.')
|
||||
input('Done! Press Enter to close.')
|
||||
|
||||
def deleteFolderFiles(folderPath):
|
||||
for filename in os.listdir(folderPath):
|
||||
|
|
|
|||
Loading…
Reference in a new issue