Skip to content

Commit a2b43ac

Browse files
committed
Update example to match others
1 parent d5614b2 commit a2b43ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/wifi/expanded/requests_wifi_file_upload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"othervalue": (None, "HelloWorld"),
2424
}
2525

26-
with requests.post(URL, files=files) as resp:
27-
print(resp.content)
26+
with requests.post(URL, files=files) as response:
27+
print(response.content)

0 commit comments

Comments
 (0)