mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -129,7 +129,7 @@ if _ACTION == "join":
|
||||
parts.sort()
|
||||
# print(parts)
|
||||
if len(parts) == 1:
|
||||
shutil.move(parts[0], export_name)
|
||||
shutil.move(parts[0], export_name.replace("joining","joined"))
|
||||
try:
|
||||
shutil.move(parts[0].replace("MP4", "THM"), _PROCESSED)
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user