Przeglądaj źródła

add description to a var that seems to be unused

Noemi Vanyi 9 lat temu
rodzic
commit
adb1169fa3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py Wyświetl plik

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'),