Skip to content

Commit c8b1cf3

Browse files
committed
removed dev host
1 parent 6b15d05 commit c8b1cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browserstack/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __xstr(self, obj):
2020
def _generate_cmd(self):
2121
options_order = ['logfile_flag', 'logfile_path', 'folder_flag', 'key', 'folder_path', 'forcelocal', 'local_identifier', 'only', 'only_automate', 'proxy_host', 'proxy_port', 'proxy_user', 'proxy_pass', 'force', 'verbose', 'hosts']
2222
cmd = [self.__xstr(self.options.get(o)) for o in options_order if self.options.get(o) is not None]
23-
return [self.binary_path] + cmd + ["www.browserstack.com"]
23+
return [self.binary_path] + cmd
2424

2525
def start(self, **kwargs):
2626
for key, value in kwargs.iteritems():

0 commit comments

Comments
 (0)