diff --git a/Pipfile b/Pipfile index f98826f..7201988 100644 --- a/Pipfile +++ b/Pipfile @@ -17,4 +17,4 @@ python_version = "3.12" [scripts] web = "python /home/pi/led-controller/tests/web.py" -watch = "python -m watchfiles 'python /home/pi/led-controller/tests/web.py' /home/pi/led-controller/src /home/pi/led-controller/tests" +watch = "python -m watchfiles 'python tests/web.py' src tests"