Skip to content

Commit aecf203

Browse files
authored
Update example_xively.py
1 parent 66fa62b commit aecf203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-ecosys/requests/example_xively.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import requests
22

3-
r = requests.get("http://api.xively.com/")
3+
r = requests.get("http://api.xively.com/") # this site may not respond. OSError: -202
44
print(r)
55
print(r.content)
66
print(r.text)

0 commit comments

Comments
 (0)