diff --git a/stand/restapi.py b/stand/restapi.py index 9546a20..579cc2c 100644 --- a/stand/restapi.py +++ b/stand/restapi.py @@ -7,7 +7,7 @@ from stand.tblctrl import TableController # creating instances here allows to use TableAPI etc. as singletons -print(">>> start TableAPI") +print(">>> start restapi") restapi = TableController()