From 1cdbe80b176c79c0175a2ce12d34375357a94c07 Mon Sep 17 00:00:00 2001
From: kpoulakakis <kpoulakakis@ubitech.eu>
Date: Tue, 4 Jun 2024 10:24:31 +0300
Subject: [PATCH] Define logging library.

---
 src/automation/service/__main__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/automation/service/__main__.py b/src/automation/service/__main__.py
index 90df6c27c..79f0e10ae 100644
--- a/src/automation/service/__main__.py
+++ b/src/automation/service/__main__.py
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-import sys
+import logging,sys
 
 LOGGER : logging.Logger = None
 
-- 
GitLab