Skip to content

Commit

Permalink
Fixed connect_targetID name
Browse files Browse the repository at this point in the history
  • Loading branch information
marty90 committed Oct 15, 2017
1 parent 45b6da8 commit bf24d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyChromeDevTools/__init__.py
Expand Up @@ -54,7 +54,7 @@ def connect(self, tab=0, update_tabs=True):
self.ws = websocket.create_connection(wsurl)
self.ws.settimeout(self.timeout)

def conntect_targetID(self, targetID):
def connect_targetID(self, targetID):
try:
wsurl = 'ws://{}:{}/devtools/page/{}'.format(self.host, self.port, targetID)
self.close()
Expand Down

0 comments on commit bf24d3b

Please sign in to comment.