mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Require keyword arguments while refactoring
This commit is contained in:
parent
225f47ac64
commit
0e12fc9ba8
6 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,7 @@ requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
|
*,
|
||||||
section: str,
|
section: str,
|
||||||
dir_name: str,
|
dir_name: str,
|
||||||
input_name: str = '',
|
input_name: str = '',
|
||||||
|
|
|
@ -36,6 +36,7 @@ requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
|
*,
|
||||||
section: str,
|
section: str,
|
||||||
dir_name: str,
|
dir_name: str,
|
||||||
input_name: str = '',
|
input_name: str = '',
|
||||||
|
|
|
@ -36,6 +36,7 @@ requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
|
*,
|
||||||
section: str,
|
section: str,
|
||||||
dir_name: str,
|
dir_name: str,
|
||||||
input_name: str = '',
|
input_name: str = '',
|
||||||
|
|
|
@ -36,6 +36,7 @@ requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
|
*,
|
||||||
section: str,
|
section: str,
|
||||||
dir_name: str,
|
dir_name: str,
|
||||||
input_name: str = '',
|
input_name: str = '',
|
||||||
|
|
|
@ -36,6 +36,7 @@ requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
|
*,
|
||||||
section: str,
|
section: str,
|
||||||
dir_name: str,
|
dir_name: str,
|
||||||
input_name: str = '',
|
input_name: str = '',
|
||||||
|
|
|
@ -36,6 +36,7 @@ requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
|
*,
|
||||||
section: str,
|
section: str,
|
||||||
dir_name: str,
|
dir_name: str,
|
||||||
input_name: str = '',
|
input_name: str = '',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue