From 783ab54b618917dde71b4ec9df1e0a84ebcde600 Mon Sep 17 00:00:00 2001 From: Midgard Date: Sun, 26 Jul 2020 00:41:06 +0200 Subject: [PATCH] Correct typo --- events/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: