micropython/examples/network
Christian Clauss 2a1db770ce all: Fix cases of Python variable assigned but never used.
This fixes ruff rule F841.
2023-05-02 16:36:05 +10:00
..
http_client.py examples/http_client: Use read() instead of readall(). 2016-11-14 00:24:45 +03:00
http_client_ssl.py examples/network/http_client*: Use \r\n line-endings in request. 2016-10-09 19:36:04 +03:00
http_server.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
http_server_simplistic.py all: Fix cases of Python variable assigned but never used. 2023-05-02 16:36:05 +10:00
http_server_simplistic_commented.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
http_server_ssl.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00