diff --git a/app/services/weight_strategy.py b/app/services/weight_strategy.py index 4f7ebc1..5a6474e 100644 --- a/app/services/weight_strategy.py +++ b/app/services/weight_strategy.py @@ -2,7 +2,7 @@ def convert_to_weight(type : ActionType, value : float) -> float : if type == ActionType.CLICK: - return 0.2 + return 0.05 if type == ActionType.LIKE: return 0.1 if type == ActionType.WATCH: