diff --git a/src/Python/flask/web/app.py b/src/Python/flask/web/app.py index 7c85020..6d34408 100644 --- a/src/Python/flask/web/app.py +++ b/src/Python/flask/web/app.py @@ -70,7 +70,7 @@ def database(): return str(rows) except Exception as e: print(f"Database error: {e}") - return "Er is een fout opgetreden bij het ophalen van de databasegegevens.", 500 + return "je hebt iets fout gedaan.", 500 def add_command(command): command_query = "INSERT INTO kobuki (command) VALUES ();"