logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: adb1169fa31b6c504a3f99123d711b3f5c4bf070
parent 7daf98933d39151ab5fd7929645f26497db8b8af
Author: Noemi Vanyi <sitbackandwait@gmail.com>
Date:   Sat,  9 Apr 2016 19:47:06 +0200

add description to a var that seems to be unused

Diffstat:

Msearx/webapp.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/searx/webapp.py b/searx/webapp.py @@ -110,6 +110,7 @@ for indice, theme in enumerate(themes): for (dirpath, dirnames, filenames) in os.walk(theme_img_path): global_favicons[indice].extend(filenames) +# used when translating category names _category_names = (gettext('files'), gettext('general'), gettext('music'),