get rid of debug
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
stryan 2022-07-29 16:04:18 -04:00
parent fe28bef7b9
commit 24c84dce0f

2
nun.go
View File

@ -20,7 +20,7 @@ func newNunWatch(stop chan bool, c *mautrix.Client) *nunWatch {
}
func (n *nunWatch) Main() {
ticker := time.NewTicker(6 * time.Second)
ticker := time.NewTicker(60 * time.Second)
for {
select {