Even een tussen update!

This commit is contained in:
Atilla
2024-03-19 18:58:43 +01:00
parent a813bd6678
commit d38d61950c
11 changed files with 271 additions and 644 deletions

2
app.js
View File

@@ -23,7 +23,7 @@ server.post('/submit-form', (req, res) =>
};
// Execute Python script with plant name as an argument
PythonShell.run('./script/db_connect_form.py', options, (err, results) =>
PythonShell.run('src/py/script/db_connect_form.py', options, (err, results) =>
{
if (err)
{