fix: fixed time in TimePlanner
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
3d0b05cb1f
commit
13cf183fd5
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ object TimePlanner {
|
|||
this.components.addAll(ButtonUtil.getTimePlannerButtons().components)
|
||||
}
|
||||
}
|
||||
then = then.plusDays(1).withHour(20).withMinute(24).withSecond(0)
|
||||
then = then.plusDays(1).withHour(4).withMinute(0).withSecond(0)
|
||||
Logger.out("Finished sending day $it")
|
||||
delay(1000)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue