From c9adf4d8ebb58d4959d5318f7e9cb3956f20e544 Mon Sep 17 00:00:00 2001 From: stefano Date: Tue, 16 Jul 2024 11:27:23 +0200 Subject: [PATCH] Updated for Py --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 656475e..a00a9b1 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ load_rc_config $name pidfile="/var/run/${name}.pid" command="/usr/local/bin/checkmyip.py" -command_interpreter="/usr/local/bin/python3.9" +command_interpreter="/usr/local/bin/python3.11" command_args="&" start_precmd="checkmyip_precmd"