We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cecdd5 commit 7e30fb6Copy full SHA for 7e30fb6
examples/wifi/requests_wifi_advanced.py
@@ -37,7 +37,7 @@
37
38
# Define a custom header as a dict.
39
headers = {"user-agent": "blinka/1.0.0"}
40
-print(" | Fetching JSON data from %s..." % JSON_GET_URL)
+print(f" | Fetching URL {JSON_GET_URL}")
41
42
# Use with statement for retreiving GET request data
43
with requests.get(JSON_GET_URL, headers=headers) as response:
0 commit comments