diff --git a/brozzler/chrome.py b/brozzler/chrome.py index cbca3e5..d049d3a 100644 --- a/brozzler/chrome.py +++ b/brozzler/chrome.py @@ -170,7 +170,7 @@ class Chrome: '--disable-background-networking', '--disable-renderer-backgrounding', '--disable-hang-monitor', '--disable-background-timer-throttling', '--mute-audio', - '--disable-web-sockets', + '--disable-web-sockets', '--no-sandbox', '--window-size=1100,900', '--no-default-browser-check', '--disable-first-run-ui', '--no-first-run', '--homepage=about:blank', '--disable-direct-npapi-requests',