actuall continued

This commit is contained in:
Hellow2
2023-06-20 12:03:11 +02:00
parent 7eee1a8ace
commit 4c3bce9e0c
4 changed files with 91 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ class Lyrics(DatabaseObject):
def __init__(
self,
text: FormattedText,
language: pycountry.Languages,
language: pycountry.Languages = pycountry.languages.get(alpha_2="en"),
_id: str = None,
dynamic: bool = False,
source_list: List[Source] = None,