Browse Source

solve flake8 error

moritan 9 years ago
parent
commit
f1681df829
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      searx/plugins/self_info.py

+ 1
- 0
searx/plugins/self_info.py View File

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