More updates to itb (wip)
This commit is contained in:
@@ -7,7 +7,7 @@ def start(url):
|
||||
debug_port = random.randint(9000, 9999)
|
||||
chrome_cmd = [
|
||||
'/usr/bin/google-chrome',
|
||||
#'--headless=new',
|
||||
'--headless=new',
|
||||
'--no-sandbox',
|
||||
'--remote-debugging-port=' + str(debug_port),
|
||||
url
|
||||
|
||||
Reference in New Issue
Block a user