From cd9b494cb5871b2011893f19647e7651fb0382b6 Mon Sep 17 00:00:00 2001 From: stepshal Date: Sun, 10 Jul 2016 21:44:27 +0700 Subject: Fix quantity of blank lines after code object. --- searx/webapp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/webapp.py') diff --git a/searx/webapp.py b/searx/webapp.py index 2093bb0b4..00a203636 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -735,6 +735,7 @@ class ReverseProxyPathFix(object): :param app: the WSGI application ''' + def __init__(self, app): self.app = app -- cgit v1.2.3