mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-20 18:06:02 -05:00
@@ -70,7 +70,7 @@ class Server(address: String, port: Int, captcha: Captcha) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
def start(): Unit = {
|
def start(): Unit = {
|
||||||
println("Starting server on port:" + port)
|
println("Starting server on " + address + ":" + port)
|
||||||
server.start()
|
server.start()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user