Correct typo
This commit is contained in:
parent
3e88f1d207
commit
783ab54b61
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue