Explorar el Código

solve flake8 error

moritan hace 9 años
padre
commit
f1681df829
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      searx/plugins/self_info.py

+ 1
- 0
searx/plugins/self_info.py Ver fichero

@@ -43,6 +43,7 @@ def post_search(request, ctx):
43 43
         ctx['search'].answers.add(ua)
44 44
     return True
45 45
 
46
+
46 47
 # attach callback to the post search hook
47 48
 #  request: flask request object
48 49
 #  ctx: the whole local context of the pre search hook