This commit is contained in:
Ftps
2024-03-07 21:50:44 +09:00
parent 785abd7830
commit bf31c5afe8
2 changed files with 3 additions and 6 deletions
+3 -5
View File
@@ -64,11 +64,9 @@ class UVR:
)
results.append(
pre_fun.process(
tmp_path or process_path,
)
pre_fun.process(
tmp_path or process_path,
)
)
infos.append(f"{os.path.basename(process_path)}->Success")