x
This commit is contained in:
+3
-3
@@ -2,9 +2,9 @@ package core
|
||||
|
||||
import cron "github.com/robfig/cron/v3"
|
||||
|
||||
var C *cron.Cron
|
||||
var CRON *cron.Cron
|
||||
|
||||
func init() {
|
||||
C = cron.New(cron.WithSeconds())
|
||||
C.Start()
|
||||
CRON = cron.New(cron.WithSeconds())
|
||||
CRON.Start()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user