mirror of https://github.com/Askill/r_place.git
removed state
This commit is contained in:
parent
6c8b090bae
commit
e0d705b882
|
|
@ -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
Loading…
Reference in New Issue