mirror of https://github.com/testerSunshine/12306
删除加入cdn提示
parent
37f20eda21
commit
ac69e2c9e0
|
@ -116,7 +116,7 @@ class HTTPClient(object):
|
|||
url_host = self._cdn
|
||||
elif is_cdn:
|
||||
if self._cdn:
|
||||
print(u"当前请求cdn为{}".format(self._cdn))
|
||||
# print(u"当前请求cdn为{}".format(self._cdn))
|
||||
url_host = self._cdn
|
||||
else:
|
||||
url_host = urls["Host"]
|
||||
|
|
Loading…
Reference in New Issue