diff --git a/src/recommender.py b/src/recommender.py
index 7c8dc84f15fac3cbd883fb47ccc7afaa6f5a1d5b..c99c05c7fb918ea46a8592c7e9eeb52c079beddb 100644
--- a/src/recommender.py
+++ b/src/recommender.py
@@ -3,6 +3,8 @@
 """
 Created on: 16/01/2023
 @author: Andoni Aranguren Ubierna
+-- Adaptations: 02/2023 @author: Sergio Campos
+
 """
 import math
 
@@ -170,4 +172,4 @@ def recommender_bayesian_action_id(cnx, request):
         return ret_json
     except:
         return constants.ERROR_EXCEPTION
-    
\ No newline at end of file
+