HistoryPurge: Clearing 219 old commits
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/python3
|
||||
import requests
|
||||
|
||||
url = "https://stats.oecd.org/"
|
||||
resp = requests.get(url)
|
||||
|
||||
print(resp.text)
|
||||
Reference in New Issue
Block a user