piston/tests/network.py

8 lines
168 B
Python
Raw Permalink Normal View History

2021-04-28 05:35:40 +02:00
"""
Description
Accessing external resources could be potentially dangerous
"""
import urllib.request
contents = urllib.request.urlopen("https://emkc.org").read()