Skip to content

Commit fffefe2

Browse files
authored
Merge branch 'main' into cpython-fix
2 parents 6944481 + af0a0bd commit fffefe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/httpserver_cpython.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def base(request: Request):
1919
return Response(request, "Hello from the CircuitPython HTTP Server!")
2020

2121

22+
2223
# Ports below 1024 are reserved for root user only.
2324
# If you want to run this example on a port below 1024, you need to run it as root (or with `sudo`).
2425
server.serve_forever("0.0.0.0", 5000)

0 commit comments

Comments
 (0)