Automatically?

This commit is contained in:
Sun Wei
2018-03-26 17:57:50 +08:00
committed by GitHub
parent c59480bf15
commit 132e5cb522
+1 -1
View File
@@ -569,7 +569,7 @@ class HTML(BaseParser):
except TimeoutError:
return None
self.session.browser # Automatycally create a event loop and browser
self.session.browser # Automatically create a event loop and browser
content = None
# Automatically set Reload to False, if example URL is being used.