change contact start end number
This commit is contained in:
@@ -81,7 +81,8 @@ class LinkValidator:
|
||||
self.browser.close()
|
||||
return None
|
||||
|
||||
def start_page(self, proxy):
|
||||
def start_page(self, proxy, headless=False):
|
||||
self.headless = headless
|
||||
self._run(proxy)
|
||||
|
||||
def _on_page_loaded(self):
|
||||
|
||||
Reference in New Issue
Block a user