diff --git a/main.go b/main.go index 9151d79..a26aad8 100644 --- a/main.go +++ b/main.go @@ -250,7 +250,6 @@ func main() { if testcode { Verbose("Testing is enabled") Test(password, address, port) - kill() } web = NewWebServer(9563) diff --git a/test.go b/test.go index 4dcb63b..f1a8284 100644 --- a/test.go +++ b/test.go @@ -20,6 +20,7 @@ func Test(password, ip, port string) { ip: ip, port: port, } + test.testYoutubeSong() } func (t TestSettings) createClient(uname string) *gumble.Client {