From 9eb6bab32fb8ba9e606f179a3031dca29b6fb99c Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sat, 28 May 2022 20:30:06 +0200 Subject: [PATCH] naming --- stand/restapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/restapi.py b/stand/restapi.py index e32ee8d..6c5084d 100644 --- a/stand/restapi.py +++ b/stand/restapi.py @@ -5,7 +5,7 @@ import cherrypy as cp from tblctrl import TableController -# creating instances here allows to use TableAPI etc. as singletons +# creating instances here allows to use restapi etc. as singletons print(">>> start restapi")