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

View File

@@ -64,11 +64,9 @@ class UVR:
) )
results.append( results.append(
pre_fun.process(
pre_fun.process( tmp_path or process_path,
tmp_path or process_path, )
)
) )
infos.append(f"{os.path.basename(process_path)}->Success") infos.append(f"{os.path.basename(process_path)}->Success")

View File

@@ -1,5 +1,4 @@
import logging import logging
import os
import traceback import traceback
from collections import OrderedDict from collections import OrderedDict
from io import BytesIO from io import BytesIO