diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2020-11-03 15:12:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-03 15:12:25 +0100 |
| commit | 1b42d42695070f4a93f4df1605dcdff70f4d4d10 (patch) | |
| tree | ea3f71e8c1553972f4262febb85b9a5aec893f6b /searx/engines/scanr_structures.py | |
| parent | 9c3382d12afa22fcd63c84c0d1a2b506d043fab4 (diff) | |
| parent | e28b56e2620730138045f58ca76c8b99ee957251 (diff) | |
Merge pull request #2290 from dalf/fix-misc
Various bug fixes
Diffstat (limited to 'searx/engines/scanr_structures.py')
| -rw-r--r-- | searx/engines/scanr_structures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/scanr_structures.py b/searx/engines/scanr_structures.py index 6dbbf4fd9..72fd2b3c9 100644 --- a/searx/engines/scanr_structures.py +++ b/searx/engines/scanr_structures.py @@ -11,7 +11,7 @@ """ from json import loads, dumps -from urllib.parse import html_to_text +from searx.utils import html_to_text # engine dependent config categories = ['science'] |