There was an error while loading. Please reload this page.
1 parent d5614b2 commit a2b43acCopy full SHA for a2b43ac
examples/wifi/expanded/requests_wifi_file_upload.py
@@ -23,5 +23,5 @@
23
"othervalue": (None, "HelloWorld"),
24
}
25
26
- with requests.post(URL, files=files) as resp:
27
- print(resp.content)
+ with requests.post(URL, files=files) as response:
+ print(response.content)
0 commit comments