We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6944481 + af0a0bd commit fffefe2Copy full SHA for fffefe2
examples/httpserver_cpython.py
@@ -19,6 +19,7 @@ def base(request: Request):
19
return Response(request, "Hello from the CircuitPython HTTP Server!")
20
21
22
+
23
# Ports below 1024 are reserved for root user only.
24
# If you want to run this example on a port below 1024, you need to run it as root (or with `sudo`).
25
server.serve_forever("0.0.0.0", 5000)
0 commit comments