smal fix
Release Inventarsystem / release-docker (push) Successful in 2m15s

This commit is contained in:
2026-08-19 23:19:11 +02:00
parent c672ffcb12
commit fc25c2cd90
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -730,11 +730,11 @@ def get_user_by_student_ident(student_ident):
return user_doc
except Exception as e:
app.logger.error(f"Entschlüsselungsfehler bei ID {user_doc.get('_id')}: {e}")
logger.error(f"Entschlüsselungsfehler bei ID {user_doc.get('_id')}: {e}")
continue
except Exception as exc:
app.logger.error(f"Datenbankfehler in get_user_by_student_ident: {exc}")
logger.error(f"Datenbankfehler in get_user_by_student_ident: {exc}")
finally:
client.close()