Selaa lähdekoodia

[fix] hash plugin

Venca24 6 vuotta sitten
vanhempi
commit
dee04b2a21
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      searx/plugins/hash_plugin.py

+ 2
- 1
searx/plugins/hash_plugin.py Näytä tiedosto

@@ -36,9 +36,10 @@ def post_search(request, search):
36 36
         # wrong query
37 37
         return True
38 38
 
39
-    # end if the string is empty
40 39
     function, string = m.groups()
40
+    function = str(function.decode('UTF-8'))  # convert to string for python3
41 41
     if string.strip().__len__() == 0:
42
+        # end if the string is empty
42 43
         return True
43 44
 
44 45
     # select hash function