summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-11-03 10:54:02 +0100
committerAlexandre Flament <alex@al-f.net>2020-11-03 10:54:02 +0100
commita08df82574e47703ba236180222d9ffeb33fe4fc (patch)
treee34d7163f8ebb3b1999b46d18fe01916dd0cdd8c
parent45f58a4a2a0b89f4b416c28ea769139b16f6436d (diff)
downloadsearxng-a08df82574e47703ba236180222d9ffeb33fe4fc.tar.gz
searxng-a08df82574e47703ba236180222d9ffeb33fe4fc.zip
[fix] scanr_structure engine: fix import
-rw-r--r--searx/engines/scanr_structures.py2
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']