diff --git a/inspector/README.md b/inspector/README.md index 2977393..325c3fd 100644 --- a/inspector/README.md +++ b/inspector/README.md @@ -86,7 +86,7 @@ Normally to run a Python script will would use `python3 inspector.py` This will still work but because we have shebang set in the script we can just use `./inspector.py` -You should now see `[INFO]` log with the status of the **qbittorrent** container. In the script we set the run time with `interval_seconds = 60` so that the script will check the health of the container every minute. +You should now see `[INFO]` log with the status of the **qbittorrent** container. In the script we set the run time with `interval_seconds = 60`. This setting tells the script to check the health of the container every minute. ## Automation