diff options
author | Apply55gx <Apply55gx@users.noreply.github.com> | 2017-10-25 10:42:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-25 10:42:37 +0200 |
commit | 18a4e7035f72a3c31239ae0bd1ee67cc2ad354b8 (patch) | |
tree | 84d23adbd84e88b5998b5a510f56194acd2466b6 /searx | |
parent | 636b76019668960417c1253d1aa383b832c18a4d (diff) | |
download | searxng-18a4e7035f72a3c31239ae0bd1ee67cc2ad354b8.tar.gz searxng-18a4e7035f72a3c31239ae0bd1ee67cc2ad354b8.zip |
removed unused indicies array
Diffstat (limited to 'searx')
-rw-r--r-- | searx/engines/genius.py | 1 |
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}' |