We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae99797 commit b732e77Copy full SHA for b732e77
main.go
@@ -75,7 +75,6 @@ func main() {
75
if infoErr != nil {
76
// Don't print on server connection errors- a few of them are down a lot
77
// fmt.Printf("%v \"fail\"\n", ipAddr)
78
- defer client.Close()
79
continue
80
} else {
81
// fmt.Printf("%v \"success\"\n", ipAddr)
@@ -87,7 +86,6 @@ func main() {
87
86
send_message_to_discord(dictKey, region, oldServerName, info.Name)
88
}
89
registeredServers[dictKey] = info.Name
90
91
92
93
0 commit comments