diff --git a/events/tasks.py b/events/tasks.py index c8ab70f..18ba871 100644 --- a/events/tasks.py +++ b/events/tasks.py @@ -22,7 +22,7 @@ def calc_score(user: CustomUser): @app.task(bind=True) def assign_reservations(self): """ - Chech if there are any events the next day. + Check if there are any events the next day. If so, calculate the current score for every interested user and assign the ones with the lowest scores. :param self: :return: