We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6188f commit 09b006eCopy full SHA for 09b006e
1 file changed
code3/xml3.py
@@ -3,7 +3,7 @@
3
4
url = input('Enter location: ')
5
if len(url) < 1 :
6
- url = 'https://py4e-data.dr-chuck.net/comments_42.xml'
+ url = 'http://py4e-data.dr-chuck.net/comments_42.xml'
7
8
print('Retrieving', url)
9
uh = urllib.request.urlopen(url)
0 commit comments