removed state

This commit is contained in:
Askill 2022-09-17 14:42:02 +00:00
parent 6c8b090bae
commit e0d705b882
2 changed files with 1 additions and 2 deletions

View File

@ -193,7 +193,7 @@ func saveState(img *image, path string, period time.Duration) {
}
func main() {
var addr = flag.String("addr", "localhost:8080", "http service address")
var addr = flag.String("addr", "0.0.0.0:8080", "http service address")
flag.Parse()
log.SetFlags(0)

File diff suppressed because one or more lines are too long