diff options
| -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'] |