diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-01-16 17:37:34 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-16 17:37:34 +0100 |
| commit | 9ca50676eb0338a790d61c7a6c0df943f06aca9c (patch) | |
| tree | 754bb211abab44fe3494210151b37542f21eef49 /searx/webapp.py | |
| parent | 0a3b9a7b00fb2f9af562ba73fb543a5ea7967782 (diff) | |
[fix] pep8
Diffstat (limited to 'searx/webapp.py')
| -rw-r--r-- | searx/webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index e2c23dd49..072baa52d 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -542,7 +542,7 @@ def preferences(): locales=settings['locales'], current_locale=get_locale(), current_language=lang or 'all', - image_proxy = image_proxy, + image_proxy=image_proxy, language_codes=language_codes, categs=categories.items(), blocked_engines=blocked_engines, |