feat: added info output to SendPlannerExtension
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
aabc50952b
commit
f79e1b1582
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue