diff --git a/src/planner.py b/src/planner.py index 75687e11db312b3b0f7c20c46df975e09f638864..565701ea7473c1cf4f11b0ac7ca0aa3d47ea5b77 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