Revert "func -> call"

This reverts commit 043fa4d750.
This commit is contained in:
Ftps
2024-06-02 02:34:38 +09:00
parent 790b504ba2
commit e02e00753d
6 changed files with 18 additions and 50 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class UVR:
self.need_reformat: bool = True
self.config: Config = Config()
def __call__(
def uvr_wrapper(
self,
audio_path: Path,
agg: int = 10,