mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-19 12:14:49 -04:00
--trace level logging
This commit is contained in:
parent
d04c5a31cc
commit
479713e25b
5 changed files with 11 additions and 4 deletions
|
@ -464,7 +464,7 @@ class Chrome:
|
|||
|
||||
# returns websocket url to chrome window with about:blank loaded
|
||||
def start(self):
|
||||
timeout_sec = 600
|
||||
timeout_sec = 20
|
||||
new_env = os.environ.copy()
|
||||
new_env["HOME"] = self.user_home_dir
|
||||
chrome_args = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue