From 2a4289f4f8dd33d55f31754e9721306b4735d579 Mon Sep 17 00:00:00 2001 From: Srikumar Bonda Date: Wed, 18 Mar 2015 15:22:01 -0500 Subject: [PATCH] Update __init__.py A typo in port number (comments section only) --- chrome_remote_shell/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome_remote_shell/__init__.py b/chrome_remote_shell/__init__.py index 60e88ac..6568604 100644 --- a/chrome_remote_shell/__init__.py +++ b/chrome_remote_shell/__init__.py @@ -1,6 +1,6 @@ """ Client for the Google Chrome browser's remote debugging api. - > a = Shell(host='localhost', port=92222) + > a = Shell(host='localhost', port=9222) a.tablist has a list of details on open tabs.