self.page = None

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-04 14:58:46 -05:00
parent 588c4e69cc
commit e87ff8700c
+1
View File
@@ -404,6 +404,7 @@ class HTML(BaseParser):
url=url,
default_encoding=default_encoding
)
self.page = None
def __repr__(self) -> str:
return f"<HTML url={self.url!r}>"