diff --git a/kill.sh b/kill.sh index f7fd3c8..c7d464b 100644 --- a/kill.sh +++ b/kill.sh @@ -2,7 +2,7 @@ # Kill all the scripts: echo "Killing the script." -pkill -9 -f "$(pwd)/main.py" +pkill -9 -f "$(pwd)/backend/api/main.py" # Get the name of the current directory, # and kill the monitors of the above scripts: diff --git a/requirements.txt b/requirements.txt index ab29670..88eca83 100644 Binary files a/requirements.txt and b/requirements.txt differ