Itachi

Results 1 comments of Itachi

My solution: 1. find function browser 2. replace "self.browser = ......" with "self._browser = await pyppeteer.launch(ignoreHTTPSErrors=not(self.verify), headless=True, handleSIGINT=False, handleSIGTERM=False, handleSIGHUP=False, args=self.__browser_args)". It works for me.