bitwarden

This commit is contained in:
jaydee
2024-09-26 21:18:47 +02:00
parent 48c987daa6
commit 2205c7e68e

View File

@@ -129,7 +129,7 @@ if _ACTION == "join":
parts.sort() parts.sort()
# print(parts) # print(parts)
if len(parts) == 1: if len(parts) == 1:
shutil.move(parts[0], export_name) shutil.move(parts[0], export_name.replace("joining","joined"))
try: try:
shutil.move(parts[0].replace("MP4", "THM"), _PROCESSED) shutil.move(parts[0].replace("MP4", "THM"), _PROCESSED)
except: except: