re-add sleep to namecheap

This commit is contained in:
Craig Peterson 2017-10-16 11:21:33 -04:00
parent 23427516c0
commit 01e6508487

View file

@ -5,6 +5,7 @@ import (
"fmt"
"sort"
"strings"
"time"
"golang.org/x/net/publicsuffix"
@ -87,6 +88,7 @@ func init() {
default:
}
}
time.Sleep(time.Minute)
}
}()
}