diff options
author | stepshal <nessento@openmailbox.org> | 2016-07-10 21:44:27 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-07-10 21:44:27 +0700 |
commit | cd9b494cb5871b2011893f19647e7651fb0382b6 (patch) | |
tree | 6288bcf3c597180bb2594a5f9f213aca8bf34737 /searx/results.py | |
parent | 678b87f9d5969668a07c36f9b80be5a5b2d08587 (diff) | |
download | searxng-cd9b494cb5871b2011893f19647e7651fb0382b6.tar.gz searxng-cd9b494cb5871b2011893f19647e7651fb0382b6.zip |
Fix quantity of blank lines after code object.
Diffstat (limited to 'searx/results.py')
-rw-r--r-- | searx/results.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/results.py b/searx/results.py index dcd966ef7..4bb0de0d8 100644 --- a/searx/results.py +++ b/searx/results.py @@ -91,6 +91,7 @@ def result_score(result): class ResultContainer(object): """docstring for ResultContainer""" + def __init__(self): super(ResultContainer, self).__init__() self.results = defaultdict(list) |