Otherwise, it gets a redirect and fails to work
This commit is contained in:
Marc Abramowitz 2015-10-30 00:04:56 -07:00
Родитель 88649da75f
Коммит ec577f6e72
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@ module.exports = (robot) ->
msg.send text msg.send text
libraryMe = (robot, version, lib, callback) -> libraryMe = (robot, version, lib, callback) ->
url = "http://docs.python.org/#{version}/library/#{lib}.html" url = "https://docs.python.org/#{version}/library/#{lib}.html"
robot.http(url) robot.http(url)
.get() (err,res,body) -> .get() (err,res,body) ->
if res.statusCode != 200 if res.statusCode != 200