feat: Add input so cli doesn't close immediately

This commit is contained in:
Dazed 2023-04-09 19:34:01 -05:00
parent 3f2c155f2a
commit ac0ca014ae

View file

@ -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)