Add PSP host.

This commit is contained in:
2024-06-24 08:45:12 -05:00
parent 3bc2f0d372
commit 04be82f034
49 changed files with 514 additions and 295 deletions

View File

@ -55,7 +55,7 @@ for foldername, subfolders, filenames in os.walk(args.input):
continue
# No, add it
print(f"Archiving asset {filename}...")
# print(f"Archiving asset {filename}...")
archive.add(absolute_path, arcname=relative_path)
# Close the archive