update http
This commit is contained in:
parent
0293295a36
commit
b9d7dd58bc
2
main.go
2
main.go
@ -138,7 +138,7 @@ func main() {
|
|||||||
go MQTidyKeepAliveWorker()
|
go MQTidyKeepAliveWorker()
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
log.Println(http.ListenAndServe("172.16.2.1:6060", nil))
|
log.Println(http.ListenAndServe(":6060", nil))
|
||||||
}()
|
}()
|
||||||
|
|
||||||
log.Println("Bot started !")
|
log.Println("Bot started !")
|
||||||
|
Loading…
Reference in New Issue
Block a user