diff options
Diffstat (limited to 'app/main.go')
| -rw-r--r-- | app/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/main.go b/app/main.go index d51cf20..17d3157 100644 --- a/app/main.go +++ b/app/main.go @@ -16,8 +16,8 @@ var mainTempl = template.Must(template.New("global").ParseGlob("../views/*.html" var c = cron.New() func main() { - check() - run() + checkConfig() + jobRun() InitDB() insertHost() |
