From 902d764ca0e8d71d612f79e9fc652fa81ab21493 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 26 Oct 2025 19:41:48 -0700 Subject: [PATCH] Update custom_scheduler.py --- etc/custom_scheduler.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/custom_scheduler.py b/etc/custom_scheduler.py index cbd6738..8b6ac55 100644 --- a/etc/custom_scheduler.py +++ b/etc/custom_scheduler.py @@ -5,8 +5,9 @@ from modules.system import send_message def setup_custom_schedules(send_message, tell_joke, welcome_message, handle_wxc, MOTD, schedulerChannel, schedulerInterface): """ - Set up all custom schedules. Edit the example schedules as needed. - 1. in config.ini set "value" under [scheduler] to: value = custom_scheduler + Set up custom schedules. Edit the example schedules as needed. + + 1. in config.ini set "value" under [scheduler] to: value = custom 2. edit this file to add/remove/modify schedules 3. restart mesh bot 4. verify schedules are working by checking the log file