summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorApply55gx <Apply55gx@users.noreply.github.com>2017-10-25 10:42:37 +0200
committerGitHub <noreply@github.com>2017-10-25 10:42:37 +0200
commit18a4e7035f72a3c31239ae0bd1ee67cc2ad354b8 (patch)
tree84d23adbd84e88b5998b5a510f56194acd2466b6 /searx
parent636b76019668960417c1253d1aa383b832c18a4d (diff)
downloadsearxng-18a4e7035f72a3c31239ae0bd1ee67cc2ad354b8.tar.gz
searxng-18a4e7035f72a3c31239ae0bd1ee67cc2ad354b8.zip
removed unused indicies array
Diffstat (limited to 'searx')
-rw-r--r--searx/engines/genius.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/genius.py b/searx/engines/genius.py
index c7bce1c68..b265e9d76 100644
--- 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}'