Finished Frontend notifications, added file prio (needs test), started Settings Button work
This commit is contained in:
@@ -13,9 +13,6 @@ import (
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
//Logger is the global variable pulled in from main.go
|
||||
var Logger *logrus.Logger
|
||||
|
||||
//InitializeCronEngine initializes and starts the cron engine so we can add tasks as needed, returns pointer to the engine
|
||||
func InitializeCronEngine() *cron.Cron {
|
||||
c := cron.New()
|
||||
|
Reference in New Issue
Block a user