This commit is contained in:
davidnewhall2
2019-11-25 00:17:59 -08:00
parent 1ffbcccaca
commit 1b75963002
5 changed files with 32 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ import (
// Keep it simple.
func main() {
if err := poller.Start(); err != nil {
if err := poller.New().Start(); err != nil {
log.Fatalln("[ERROR]", err)
}
}