kopia lustrzana https://github.com/micropython/micropython-lib
Merge aecf203fef
into 68e0dfce0a
commit
9f3b69fc7a
|
@ -1,6 +1,6 @@
|
|||
import requests
|
||||
|
||||
r = requests.get("http://api.xively.com/")
|
||||
r = requests.get("http://api.xively.com/") # this site may not respond. OSError: -202
|
||||
print(r)
|
||||
print(r.content)
|
||||
print(r.text)
|
||||
|
|
Ładowanie…
Reference in New Issue