Browse Source

[fix] remove ip plugin pre_search override - closes #275

Adam Tauber 10 years ago
parent
commit
a57a011e94
1 changed files with 0 additions and 2 deletions
  1. 0 2
      searx/plugins/self_ip.py

+ 0 - 2
searx/plugins/self_ip.py

@@ -16,6 +16,4 @@ def pre_search(request, ctx):
             ip = request.remote_addr
         ctx['search'].answers.clear()
         ctx['search'].answers.add(ip)
-        # return False prevents exeecution of the original block
-        return False
     return True