split web server into a listen and serve call

This commit is contained in:
sawka
2024-07-09 13:47:39 -07:00
parent f3b649aef1
commit fa3a670603
3 changed files with 22 additions and 14 deletions
-2
View File
@@ -142,8 +142,6 @@ func (w *Watcher) sendInitialValues() error {
}
w.settingsData = message.Update
log.Printf("watcher: initial values: %s -> %v", filename, content)
return nil
}