forked from vieter-v/vieter
Failed attempt at x,y,z cron stuff [CI SKIP]
This commit is contained in:
parent
0e5f31e649
commit
ab4f64b6b6
3 changed files with 28 additions and 15 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue