From aecf203fefdd6c456230407badea750c7b59980f Mon Sep 17 00:00:00 2001 From: freemedom <57294686+freemedom@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:22:46 +0800 Subject: [PATCH] Update example_xively.py --- python-ecosys/requests/example_xively.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ecosys/requests/example_xively.py b/python-ecosys/requests/example_xively.py index 60e139b98..cd95be0c1 100644 --- a/python-ecosys/requests/example_xively.py +++ b/python-ecosys/requests/example_xively.py @@ -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)