Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Feb 10, 2024
1 parent b099224 commit 1a87a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changedetectionio/content_fetchers/puppeteer.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ async def main(self, **kwargs):

def run(self, url, timeout, request_headers, request_body, request_method, ignore_status_codes=False,
current_include_filters=None, is_binary=False):

# This will work in 3.10 but not >= 3.11 because 3.11 wants tasks only
asyncio.run(self.main(
url=url,
timeout=timeout,
Expand Down

0 comments on commit 1a87a28

Please sign in to comment.