From 07beafa9de8f7740bb6db9244c251a2e1d574e84 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 4 Mar 2021 02:50:38 +0300 Subject: update README, add some comments, etc. --- server.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server.py') diff --git a/server.py b/server.py index a76d2ca..35099cf 100755 --- a/server.py +++ b/server.py @@ -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 -- cgit v1.2.3