mirror of
https://github.com/searxng/searxng.git
synced 2024-11-23 11:21:00 +00:00
removed unused indicies array
This commit is contained in:
parent
636b760196
commit
18a4e7035f
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ paging = True
|
|||
language_support = False
|
||||
page_size = 5
|
||||
|
||||
indicies = ['top_hit', 'song', 'lyric', 'artist', 'album', 'tag', 'video', 'article', 'user']
|
||||
url = 'https://genius.com/api/'
|
||||
search_url = url + 'search/{index}?{query}&page={pageno}&per_page={page_size}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue