瀏覽代碼

add description to a var that seems to be unused

Noemi Vanyi 9 年之前
父節點
當前提交
adb1169fa3
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      searx/webapp.py

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

110
     for (dirpath, dirnames, filenames) in os.walk(theme_img_path):
110
     for (dirpath, dirnames, filenames) in os.walk(theme_img_path):
111
         global_favicons[indice].extend(filenames)
111
         global_favicons[indice].extend(filenames)
112
 
112
 
113
+# used when translating category names
113
 _category_names = (gettext('files'),
114
 _category_names = (gettext('files'),
114
                    gettext('general'),
115
                    gettext('general'),
115
                    gettext('music'),
116
                    gettext('music'),