mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Add type-hints for comics.process
This commit is contained in:
parent
f50ef24314
commit
8b0d85d16d
1 changed files with 8 additions and 1 deletions
|
@ -10,7 +10,14 @@ from core.utils import convert_to_ascii, remote_dir, server_responding
|
||||||
requests.packages.urllib3.disable_warnings()
|
requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
def process(section, dir_name, input_name=None, status=0, client_agent='manual', input_category=None):
|
def process(
|
||||||
|
section,
|
||||||
|
dir_name,
|
||||||
|
input_name=None,
|
||||||
|
status=0,
|
||||||
|
client_agent='manual',
|
||||||
|
input_category=None,
|
||||||
|
) -> ProcessResult:
|
||||||
apc_version = '2.04'
|
apc_version = '2.04'
|
||||||
comicrn_version = '1.01'
|
comicrn_version = '1.01'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue