diff options
Diffstat (limited to 'server.py')
-rwxr-xr-x | server.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ # For details, see https://github.com/egor-tensin/linux-status. # Distributed under the MIT License. +# This script launches a HTTP server and uses app.py for processing a set of +# custom URLs. See that file for the reasons behind this. + import http.server from app import Request |