Make these arguments keyword-only.

This commit is contained in:
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

View file

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