浏览代码

removed unused indicies array

Apply55gx 7 年前
父节点
当前提交
18a4e7035f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      searx/engines/genius.py

+ 0
- 1
searx/engines/genius.py 查看文件

@@ -20,7 +20,6 @@ paging = True
20 20
 language_support = False
21 21
 page_size = 5
22 22
 
23
-indicies = ['top_hit', 'song', 'lyric', 'artist', 'album', 'tag', 'video', 'article', 'user']
24 23
 url = 'https://genius.com/api/'
25 24
 search_url = url + 'search/{index}?{query}&page={pageno}&per_page={page_size}'
26 25