summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorDalf <alex@al-f.net>2020-08-11 15:24:41 +0200
committerAlexandre Flament <alex@al-f.net>2020-09-10 10:39:04 +0200
commit78df10fb55d9632ccae71d9f3b9260c7614a421c (patch)
tree2feb9ca7f261073c32f38b3b76ee170c8584abd6 /searx/webapp.py
parent1022228d950c2a809ed613df1a515d9a6cafda7c (diff)
downloadsearxng-78df10fb55d9632ccae71d9f3b9260c7614a421c.tar.gz
searxng-78df10fb55d9632ccae71d9f3b9260c7614a421c.zip
Drop Python 2 (2/n): templates
Diffstat (limited to 'searx/webapp.py')
-rwxr-xr-xsearx/webapp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 6bc132e18..ec2968259 100755
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -408,8 +408,6 @@ def render(template_name, override_theme=None, **kwargs):
kwargs['results_on_new_tab'] = request.preferences.get_value('results_on_new_tab')
- kwargs['unicode'] = str
-
kwargs['preferences'] = request.preferences
kwargs['brand'] = brand