Make these arguments keyword-only.

master
voussoir 2021-09-30 19:43:26 -07:00
parent 5f5d8141f1
commit 86c0530b17
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 1 additions and 0 deletions

View File

@ -524,6 +524,7 @@ class YCDLDB(
def __init__(
self,
youtube,
*,
create=True,
data_directory=None,
skip_version_check=False,