diff --git a/core/auto_process/movies.py b/core/auto_process/movies.py index 77d9d756..422c22b3 100644 --- a/core/auto_process/movies.py +++ b/core/auto_process/movies.py @@ -27,8 +27,16 @@ from core.utils import ( requests.packages.urllib3.disable_warnings() -def process(section, dir_name, input_name=None, status=0, client_agent='manual', download_id='', input_category=None, failure_link=None): - +def process( + section, + dir_name, + input_name=None, + status=0, + client_agent='manual', + download_id='', + input_category=None, + failure_link=None, +) -> ProcessResult: cfg = dict(core.CFG[section][input_category]) host = cfg['host']