feat: added info output to SendPlannerExtension

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-07-12 12:55:54 +02:00
parent aabc50952b
commit f79e1b1582

View file

@ -100,7 +100,7 @@ class SendPlannerExtension : Extension() {
} }
msgStr += "${it}:${msg.id.value};" msgStr += "${it}:${msg.id.value};"
then = then.plusDays(1).withHour(4).withMinute(0).withSecond(0) then = then.plusDays(1).withHour(4).withMinute(0).withSecond(0)
Logger.out("Finished sending day $it") Logger.out("Finished sending day $it/ This was manually triggered")
delay(1000) delay(1000)
} }