From f193cae592e9edb7e4b81d01e17b76700a66155f Mon Sep 17 00:00:00 2001
From: "Campos Cordobes, Sergio" <sergio.campos@tecnalia.com>
Date: Tue, 14 Feb 2023 11:14:18 +0100
Subject: [PATCH] Update src/planner.py

---
 src/planner.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/planner.py b/src/planner.py
index 75687e1..565701e 100644
--- a/src/planner.py
+++ b/src/planner.py
@@ -3,6 +3,8 @@
 """
 Created on: 16/01/2023
 @author: Andoni Aranguren Ubierna
+-- Adaptations: 02/2023 @author: Sergio Campos
+
 """
 import time
 import datetime
@@ -51,4 +53,4 @@ def planner_plan_detail(cnx, request):
     response["DDBBParameters"] = DDBB_params
     plan_json["plan_details"][DDBB_params["time_slot"]] = response
 
-    return plan_json
\ No newline at end of file
+    return plan_json
-- 
GitLab