소스 검색

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