summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 02bcdbe..ddb17ce 100644
--- a/main.go
+++ b/main.go
@@ -79,8 +79,8 @@ func main() {
log.Fatalf("Could not get net.laddr config: %s", err)
}
- initCheckmails()
- go checkmails()
+ initCheckjobs()
+ go checkjobs()
router := mux.NewRouter()
router.PathPrefix("/static").Handler(http.StripPrefix("/static/", http.FileServer(http.Dir(staticpath))))