summaryrefslogtreecommitdiff
path: root/src/collector/healthcheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/collector/healthcheck.py')
-rw-r--r--src/collector/healthcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collector/healthcheck.py b/src/collector/healthcheck.py
index 0b9b0e5..3091d98 100644
--- a/src/collector/healthcheck.py
+++ b/src/collector/healthcheck.py
@@ -18,7 +18,7 @@ def check_collector() -> bool:
req = requests.get(
"http://localhost:8000/info",
timeout=3,
- # verify="./rootCA.crt",
+ # TODO: verify="./rootCA.crt",
)
if req.status_code != 200: