From 33f2afdadbe70c6c849cb26d3b3e950c6a0214f0 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 27 May 2022 22:21:51 +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 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()