examples/http_server_simplistic: Add "not suitable for real use" note.
This commit is contained in:
parent
f00ecdb54d
commit
73b72799f3
|
@ -1,3 +1,5 @@
|
|||
# Do not use this code in real projects! Read
|
||||
# http_server_simplistic_commented.py for details.
|
||||
try:
|
||||
import usocket as socket
|
||||
except:
|
||||
|
|
Loading…
Reference in New Issue