Skip to content

Commit

Permalink
added async
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewZMSU committed Nov 18, 2024
1 parent b113c69 commit a537f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapypuppeteer/browser_managers/service_browser_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def __init__(self):
def _download_request(self, request, spider):
return request

def _start_browser_manager(self) -> None:
async def _start_browser_manager(self) -> None:
return

def _stop_browser_manager(self) -> None:
async def _stop_browser_manager(self) -> None:
return

0 comments on commit a537f6b

Please sign in to comment.