Bugfix: falsche Fail-Anzahl bei Reminderversand

This commit is contained in:
2021-08-16 23:10:36 +02:00
parent a421feaf1f
commit f61e075830
-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: