Trying to add localization
This commit is contained in:
@@ -5,6 +5,6 @@ from yandex_music import Client
|
||||
client = Client(os.getenv('Yandex_Token')).init()
|
||||
|
||||
|
||||
def _search(self, _str: str, _type: str):
|
||||
def _search(_str: str, _type: str):
|
||||
search_result = client.search(_str, type_=_type)
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user