We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00ecdb commit 73b7279Copy full SHA for 73b7279
1 file changed
examples/network/http_server_simplistic.py
@@ -1,3 +1,5 @@
1
+# Do not use this code in real projects! Read
2
+# http_server_simplistic_commented.py for details.
3
try:
4
import usocket as socket
5
except:
0 commit comments