Procházet zdrojové kódy

solve flake8 error

moritan před 9 roky
rodič
revize
f1681df829
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      searx/plugins/self_info.py

+ 1
- 0
searx/plugins/self_info.py Zobrazit soubor

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