We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fa62b commit aecf203Copy full SHA for aecf203
python-ecosys/requests/example_xively.py
@@ -1,6 +1,6 @@
1
import requests
2
3
-r = requests.get("http://api.xively.com/")
+r = requests.get("http://api.xively.com/") # this site may not respond. OSError: -202
4
print(r)
5
print(r.content)
6
print(r.text)
0 commit comments