Skip to content

Commit 0c6ad78

Browse files
committed
hbtn_status
1 parent c1ac9ba commit 0c6ad78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

0x11-python-network_1/0-hbtn_status.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"""
55

66

7-
if __name__ == '__main__':
8-
import urllib.request
7+
import urllib.request
98

9+
if __name__ == '__main__':
1010
with urllib.request.urlopen('https://alx-intranet.hbtn.io/status') as req:
1111
res = req.read()
1212
print("Body response:")

0 commit comments

Comments
 (0)