Make these arguments keyword-only.
This commit is contained in:
parent
5f5d8141f1
commit
86c0530b17
1 changed files with 1 additions and 0 deletions
|
@ -524,6 +524,7 @@ class YCDLDB(
|
|||
def __init__(
|
||||
self,
|
||||
youtube,
|
||||
*,
|
||||
create=True,
|
||||
data_directory=None,
|
||||
skip_version_check=False,
|
||||
|
|
Loading…
Reference in a new issue