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

pull/2565/head
Paul Sokolovsky 2016-10-26 12:25:33 +03:00
rodzic f00ecdb54d
commit 73b72799f3
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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