This commit is contained in:
Edward Johnson 2019-05-21 04:09:11 +00:00 committed by GitHub
commit ae90af1d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ def request(symbols):
def requestNews(symbol):
url = buildNewsUrl(symbol)
print "url: ", url
print("url: ", url)
req = Request(url)
resp = urlopen(req)
content = resp.read()