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")