get rid of debug
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
stryan 2022-07-29 16:04:18 -04:00
parent fe28bef7b9
commit 24c84dce0f
1 changed files with 1 additions and 1 deletions

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 {