Skip to content

Commit

Permalink
fix proxy set bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lzqwebsoft committed Jan 17, 2014
1 parent f4be45f commit 08235c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion access12306.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def orderTrainsCallBack(self, selectStr='', row=0):
# ht = copy.deepcopy(self.ht)
ht = HttpTester()
if self.host_address and self.host_type:
self.ht.addProxy(self.host_address, self.host_type)
ht.addProxy(self.host_address, self.host_type)
ht.setCookiejar(self.ht.getCookiejar())

# 提交预定,获取初始化乘客确认页面内容
Expand Down

0 comments on commit 08235c9

Please sign in to comment.