Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
  • Loading branch information
kennethreitz committed Feb 27, 2018
1 parent 3dbcf4e commit 1ed73bd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions requests_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,11 @@ def __repr__(self) -> str:
return "<HTML url={}>".format(repr(self.url))

def render(self, retries: int = 8) -> None:
"""Loads the response in Chromium, and replaces HTML content
with an updated version, JavaScript executed.
"""Reloads the response in Chromium, and replaces HTML content
with an updated version, with JavaScript executed.
Warning: the first time you run this method, it will download
Chromium into your home directory.
"""
async def _async_render(url: str):
try:
Expand Down

0 comments on commit 1ed73bd

Please sign in to comment.