Kaynağa Gözat

[fix] hash plugin

Venca24 6 yıl önce
ebeveyn
işleme
dee04b2a21
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2
    1
      searx/plugins/hash_plugin.py

+ 2
- 1
searx/plugins/hash_plugin.py Dosyayı Görüntüle

@@ -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