Failed attempt at x,y,z cron stuff [CI SKIP]

This commit is contained in:
Jef Roosens 2022-04-11 22:52:06 +02:00
parent 0e5f31e649
commit ab4f64b6b6
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 28 additions and 15 deletions

View file

@ -48,7 +48,7 @@ pub fn cron(conf Config) ? {
// mut t := time.now()
println(t)
for _ in 1..25 {
for _ in 1 .. 25 {
t = ce.next(t) ?
println(t)
}