瀏覽代碼

solve flake8 error

moritan 9 年之前
父節點
當前提交
f1681df829
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      searx/plugins/self_info.py

+ 1
- 0
searx/plugins/self_info.py 查看文件

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