Browse Source

[fix] scanr_structure engine: fix import

Alexandre Flament 4 years ago
parent
commit
a08df82574
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/scanr_structures.py

+ 1 - 1
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']