parent
40f63d7ff8
commit
55c362187b
|
@ -77,7 +77,7 @@ class Client(object):
|
||||||
input=query,
|
input=query,
|
||||||
appid=self.app_id,
|
appid=self.app_id,
|
||||||
))
|
))
|
||||||
url = 'http://api.wolframalpha.com/v2/query?' + query
|
url = 'https://api.wolframalpha.com/v2/query?' + query
|
||||||
resp = urllib.request.urlopen(url)
|
resp = urllib.request.urlopen(url)
|
||||||
assert resp.headers.get_content_type() == 'text/xml'
|
assert resp.headers.get_content_type() == 'text/xml'
|
||||||
assert resp.headers.get_param('charset') == 'utf-8'
|
assert resp.headers.get_param('charset') == 'utf-8'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user