diff --git a/backend/genius.py b/backend/genius.py index 013a55f..c98f16f 100644 --- a/backend/genius.py +++ b/backend/genius.py @@ -25,7 +25,7 @@ def search(title: str, artist: str) -> str: 'https://searx.dc09.ru/search', fields={ 'q': artist + ' ' + title + ' site:genius.com', - 'engines': 'yahoo', + 'engines': 'brave', 'safesearch': '0', 'format': 'json', },