mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
Bugfix: falsche Fail-Anzahl bei Reminderversand
This commit is contained in:
@@ -119,7 +119,6 @@ def send_reminder_mails() -> int:
|
|||||||
.order_by(Klausur.date.desc()).all()
|
.order_by(Klausur.date.desc()).all()
|
||||||
|
|
||||||
if len(not_edited_list) == 0:
|
if len(not_edited_list) == 0:
|
||||||
fail_count += 1
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if lehrer.email is None:
|
if lehrer.email is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user