Bugfix: falsche Fail-Anzahl bei Reminderversand

This commit is contained in:
2021-08-17 20:16:04 +02:00
parent 61f4718483
commit 506d2ee83d
-1
View File
@@ -119,7 +119,6 @@ def send_reminder_mails() -> int:
.order_by(Klausur.date.desc()).all()
if len(not_edited_list) == 0:
fail_count += 1
continue
if lehrer.email is None: