mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Remove failed
parameter from process
This commit is contained in:
parent
3808564b6f
commit
097048b89d
5 changed files with 0 additions and 5 deletions
|
@ -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 = '',
|
||||
|
|
|
@ -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 = '',
|
||||
|
|
|
@ -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 = '',
|
||||
|
|
|
@ -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 = '',
|
||||
|
|
|
@ -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 = '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue