Upload files to "/"

This commit is contained in:
katboi01 2025-02-15 15:49:58 +08:00
parent 9b437b610b
commit 98fc8f46b6
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ def main():
os.makedirs(in_path) os.makedirs(in_path)
print("Put all files to extract in decoder_in folder") print("Put all files to extract in decoder_in folder")
input("Press Enter/Return to exit") input("Press Enter/Return to exit")
return
os.makedirs(out_path, exist_ok=True) os.makedirs(out_path, exist_ok=True)