Skip to content

Commit 09b006e

Browse files
committed
Per Tamara
1 parent 9c6188f commit 09b006e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code3/xml3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
url = input('Enter location: ')
55
if len(url) < 1 :
6-
url = 'https://py4e-data.dr-chuck.net/comments_42.xml'
6+
url = 'http://py4e-data.dr-chuck.net/comments_42.xml'
77

88
print('Retrieving', url)
99
uh = urllib.request.urlopen(url)

0 commit comments

Comments
 (0)