From 05e11ae5f8440a28d4a360f50d14360eb29fac7e Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 13 Apr 2025 10:04:15 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e706e9..cf6bc9b 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,7 @@ message = "MeshBot says Hello! DM for more info." value = # interval to use when time is not set (e.g. every 2 days) interval = -# time of day in 24 hour format when value is 'day' and interval is not set +# time of day in 24:00 hour format when value is 'day' and interval is not set time = ``` The basic brodcast message can be setup in condig.ini. For advanced, See mesh_bot.py around the bottom of file, line [1491](https://github.com/SpudGunMan/meshing-around/blob/e94581936530c76ea43500eebb43f32ba7ed5e19/mesh_bot.py#L1491) to edit the schedule. See [schedule documentation](https://schedule.readthedocs.io/en/stable/) for more. Recomend to backup changes so they dont get lost.