Fixing panic on launch

This commit is contained in:
MichaelOultram 2015-08-10 18:57:01 +01:00
parent acc55bad30
commit 068323e9b8

View file

@ -254,10 +254,10 @@ func main() {
Verbose("WEB IS NIL")
}
<-dj.keepAlive
if test {
Test(password, address, port)
kill()
}
<-dj.keepAlive
}