Correct typo

This commit is contained in:
Midgard 2020-07-26 00:41:06 +02:00
parent 3e88f1d207
commit 783ab54b61
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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: