diff options
author | Dalf <alex@al-f.net> | 2020-08-11 15:24:41 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2020-09-10 10:39:04 +0200 |
commit | 78df10fb55d9632ccae71d9f3b9260c7614a421c (patch) | |
tree | 2feb9ca7f261073c32f38b3b76ee170c8584abd6 /searx/webapp.py | |
parent | 1022228d950c2a809ed613df1a515d9a6cafda7c (diff) | |
download | searxng-78df10fb55d9632ccae71d9f3b9260c7614a421c.tar.gz searxng-78df10fb55d9632ccae71d9f3b9260c7614a421c.zip |
Drop Python 2 (2/n): templates
Diffstat (limited to 'searx/webapp.py')
-rwxr-xr-x | searx/webapp.py | 2 |
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 |