From cd333fbf7e2df4fa3064a9efc7c1b5c3788f51f0 Mon Sep 17 00:00:00 2001 From: Eugene Amos Date: Mon, 4 Dec 2023 13:25:12 -0800 Subject: [PATCH] Inspector > Updating Docs --- inspector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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