examples/http_server_simplistic: Add "not suitable for real use" note.

This commit is contained in:
Paul Sokolovsky 2016-10-26 12:25:33 +03:00
parent f00ecdb54d
commit 73b72799f3

View File

@ -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: