commit: 18a4e7035f72a3c31239ae0bd1ee67cc2ad354b8
parent 636b76019668960417c1253d1aa383b832c18a4d
Author: Apply55gx <Apply55gx@users.noreply.github.com>
Date: Wed, 25 Oct 2017 10:42:37 +0200
removed unused indicies array
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/searx/engines/genius.py b/searx/engines/genius.py
@@ -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}'