mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
busy with sending command to database
This commit is contained in:
1
docs/scrum/retrospective/retro_sprint_4.md
Normal file
1
docs/scrum/retrospective/retro_sprint_4.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# retro sprint 4
|
@@ -71,6 +71,9 @@ def database():
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"Database error: {e}")
|
print(f"Database error: {e}")
|
||||||
return "Er is een fout opgetreden bij het ophalen van de databasegegevens.", 500
|
return "Er is een fout opgetreden bij het ophalen van de databasegegevens.", 500
|
||||||
|
|
||||||
|
def add_command(command):
|
||||||
|
command_query = "INSERT INTO kobuki (command) VALUES ();"
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True, port=5000)
|
app.run(debug=True, port=5000)
|
||||||
|
Reference in New Issue
Block a user