1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Remove todos

This commit is contained in:
Mo 2023-11-01 21:49:10 +01:00
parent ef38ebe7e8
commit 5fa7cc351f
2 changed files with 1 additions and 3 deletions

View file

@ -8,8 +8,6 @@
AdvLabDB is a database with a web interface for labs. AdvLabDB is a database with a web interface for labs.
<!-- TODO: Screenshots -->
Admins have an interface to manage students, groups, experiments, appointments, marks and analyse data. Admins have an interface to manage students, groups, experiments, appointments, marks and analyse data.
Assistants have a separate interface to set marks and schedule appointments with students. Assistants have a separate interface to set marks and schedule appointments with students.

View file

@ -16,4 +16,4 @@ def randomPassword() -> str:
def reportBadAttempt(message: str) -> None: def reportBadAttempt(message: str) -> None:
print("BAD ATTEMPT:", message) # TODO: Log print("BAD ATTEMPT:", message)