fix
Browse files- webscout.py +1 -1
webscout.py
CHANGED
|
@@ -1182,7 +1182,7 @@ class WEBS:
|
|
| 1182 |
|
| 1183 |
return results
|
| 1184 |
|
| 1185 |
-
html_parser = html.parser.HTMLParser()
|
| 1186 |
|
| 1187 |
|
| 1188 |
def unescape(string):
|
|
|
|
| 1182 |
|
| 1183 |
return results
|
| 1184 |
|
| 1185 |
+
html_parser = html.parser.HTMLParser()
|
| 1186 |
|
| 1187 |
|
| 1188 |
def unescape(string):
|