This commit is contained in:
2025-01-19 07:09:05 -05:00
parent 645d1c49c0
commit d27bc450f5
6 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ class InvalidResponseException(Exception):
class Genius:
"""Genius Search Module"""
def __init__(self):
def __init__(self) -> None:
self.label: str = "Genius"
self.genius_url: str = private.GENIUS_URL
self.genius_search_url: str = f'{self.genius_url}api/search/song?q='