We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ca989e + 766d203 commit af0df4aCopy full SHA for af0df4a
ksoftapi/models.py
@@ -110,7 +110,6 @@ def __init__(self, data: dict):
110
self.youtube_link: str = youtube['link']
111
self.youtube_title: str = youtube['title']
112
self.youtube_thumbnail: str = youtube['thumbnail']
113
- self.youtube_description: str = youtube['description']
114
115
self.spotify_id: str = spotify['id']
116
self.spotify_name: str = spotify['name']
0 commit comments