Remove failed parameter from process

This commit is contained in:
Labrys of Knossos 2022-12-14 03:20:22 -05:00
commit 097048b89d
5 changed files with 0 additions and 5 deletions

View file

@ -38,7 +38,6 @@ def process(
dir_name: str, dir_name: str,
input_name: str = '', input_name: str = '',
status: int = 0, status: int = 0,
failed: bool = False,
client_agent: str = 'manual', client_agent: str = 'manual',
download_id: str = '', download_id: str = '',
input_category: str = '', input_category: str = '',

View file

@ -38,7 +38,6 @@ def process(
dir_name: str, dir_name: str,
input_name: str = '', input_name: str = '',
status: int = 0, status: int = 0,
failed: bool = False,
client_agent: str = 'manual', client_agent: str = 'manual',
download_id: str = '', download_id: str = '',
input_category: str = '', input_category: str = '',

View file

@ -38,7 +38,6 @@ def process(
dir_name: str, dir_name: str,
input_name: str = '', input_name: str = '',
status: int = 0, status: int = 0,
failed: bool = False,
client_agent: str = 'manual', client_agent: str = 'manual',
download_id: str = '', download_id: str = '',
input_category: str = '', input_category: str = '',

View file

@ -38,7 +38,6 @@ def process(
dir_name: str, dir_name: str,
input_name: str = '', input_name: str = '',
status: int = 0, status: int = 0,
failed: bool = False,
client_agent: str = 'manual', client_agent: str = 'manual',
download_id: str = '', download_id: str = '',
input_category: str = '', input_category: str = '',

View file

@ -38,7 +38,6 @@ def process(
dir_name: str, dir_name: str,
input_name: str = '', input_name: str = '',
status: int = 0, status: int = 0,
failed: bool = False,
client_agent: str = 'manual', client_agent: str = 'manual',
download_id: str = '', download_id: str = '',
input_category: str = '', input_category: str = '',