diff --git a/core/auto_process/books.py b/core/auto_process/books.py index dbf26802..3fe18aff 100644 --- a/core/auto_process/books.py +++ b/core/auto_process/books.py @@ -38,7 +38,6 @@ def process( dir_name: str, input_name: str = '', status: int = 0, - failed: bool = False, client_agent: str = 'manual', download_id: str = '', input_category: str = '', diff --git a/core/auto_process/comics.py b/core/auto_process/comics.py index 872f17a5..3105701d 100644 --- a/core/auto_process/comics.py +++ b/core/auto_process/comics.py @@ -38,7 +38,6 @@ def process( dir_name: str, input_name: str = '', status: int = 0, - failed: bool = False, client_agent: str = 'manual', download_id: str = '', input_category: str = '', diff --git a/core/auto_process/games.py b/core/auto_process/games.py index e13c3fdf..ab34b531 100644 --- a/core/auto_process/games.py +++ b/core/auto_process/games.py @@ -38,7 +38,6 @@ def process( dir_name: str, input_name: str = '', status: int = 0, - failed: bool = False, client_agent: str = 'manual', download_id: str = '', input_category: str = '', diff --git a/core/auto_process/movies.py b/core/auto_process/movies.py index 3d00b268..f1f79c32 100644 --- a/core/auto_process/movies.py +++ b/core/auto_process/movies.py @@ -38,7 +38,6 @@ def process( dir_name: str, input_name: str = '', status: int = 0, - failed: bool = False, client_agent: str = 'manual', download_id: str = '', input_category: str = '', diff --git a/core/auto_process/music.py b/core/auto_process/music.py index 3a29624a..27dfbd9e 100644 --- a/core/auto_process/music.py +++ b/core/auto_process/music.py @@ -38,7 +38,6 @@ def process( dir_name: str, input_name: str = '', status: int = 0, - failed: bool = False, client_agent: str = 'manual', download_id: str = '', input_category: str = '',