diff options
author | Alexandre Flament <alex@al-f.net> | 2020-11-03 10:54:02 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2020-11-03 10:54:02 +0100 |
commit | a08df82574e47703ba236180222d9ffeb33fe4fc (patch) | |
tree | e34d7163f8ebb3b1999b46d18fe01916dd0cdd8c /searx | |
parent | 45f58a4a2a0b89f4b416c28ea769139b16f6436d (diff) | |
download | searxng-a08df82574e47703ba236180222d9ffeb33fe4fc.tar.gz searxng-a08df82574e47703ba236180222d9ffeb33fe4fc.zip |
[fix] scanr_structure engine: fix import
Diffstat (limited to 'searx')
-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'] |