質問編集履歴

1

typo

2019/06/11 05:20

投稿

haritoshi
haritoshi

スコア79

test CHANGED
File without changes
test CHANGED
@@ -106,7 +106,7 @@
106
106
 
107
107
  '--start-maximized',
108
108
 
109
- '--proxy-server=http://@{}:{}'.format(self.server, self.port),
109
+ '--proxy-server=http://{}:{}'.format(self.server, self.port),
110
110
 
111
111
  '--proxy-auth={}:{}'.format(self.userid, self.password)
112
112