HistoryPurge: Clearing 219 old commits
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/python3
|
||||
from urllib.request import urlopen
|
||||
url = "https://stats.oecd.org/"
|
||||
with urlopen(url) as response:
|
||||
body = response.read()
|
||||
print(body)
|
||||
Reference in New Issue
Block a user