Remove erroneous space
This commit is contained in:
parent
7afc662ba7
commit
fee1e0e88e
@ -64,7 +64,7 @@ module.exports = {
|
||||
},
|
||||
// Calls the GPIO Interface script to set a pin's state regardless of its current state
|
||||
setPin(pin, state, callback) {
|
||||
exec(`python 3 src/python/gpio_interface.py set ${pin} ${state}`, (error, stdout, stderr) => {
|
||||
exec(`python3 src/python/gpio_interface.py set ${pin} ${state}`, (error, stdout, stderr) => {
|
||||
if (error) {
|
||||
return callback(error);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user