Updated localization and moved some commands
This commit is contained in:
@@ -7,4 +7,5 @@ client = Client(os.getenv('Yandex_Token')).init()
|
||||
|
||||
def _search(_str: str, _type: str):
|
||||
search_result = client.search(_str, type_=_type)
|
||||
print(search_result)
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user