From d6c3383ef01556639a5e9346a682d06d89249379 Mon Sep 17 00:00:00 2001 From: "ishak jmilou.ishak" Date: Tue, 17 Dec 2024 13:44:35 +0100 Subject: [PATCH] check to see if website is updated --- src/Python/flask/web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ();"