This commit is contained in:
esrrhs 2019-11-01 23:22:24 +08:00
parent 8fb7712b54
commit 33b164e63f

View File

@ -195,7 +195,7 @@ func main() {
}
if *profile > 0 {
go http.ListenAndServe("0.0.0.0:"+strconv.Itoa(8080), nil)
go http.ListenAndServe("0.0.0.0:"+strconv.Itoa(*profile), nil)
}
for {