Fixing panic on launch

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

View file

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