Skip to content

Commit 73b7279

Browse files
committed
examples/http_server_simplistic: Add "not suitable for real use" note.
1 parent f00ecdb commit 73b7279

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/network/http_server_simplistic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Do not use this code in real projects! Read
2+
# http_server_simplistic_commented.py for details.
13
try:
24
import usocket as socket
35
except:

0 commit comments

Comments
 (0)