From 56b5f868aed27f9bc966066a6a6df78f2698ef5b Mon Sep 17 00:00:00 2001 From: Evan Gray Date: Mon, 20 Apr 2015 20:43:01 -0500 Subject: [PATCH] fix typo --- 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..2758354 100644 --- a/chrome_remote_shell/__init__.py +++ b/chrome_remote_shell/__init__.py @@ -88,7 +88,7 @@ def find_tabs(self): def open_url(self, url): """Open a URL in the oldest tab.""" - if not self.soc or not.self.soc.connected: + if not self.soc or not self.soc.connected: self.connect(tab=0) # force the 'oldest' tab to load url navcom = json.dumps({"id": 0,