check to see if website is updated

This commit is contained in:
ishak jmilou.ishak
2024-12-17 13:44:35 +01:00
parent df6a49bbaa
commit d6c3383ef0

View File

@@ -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 ();"