Commit e9ae6b2d authored by Him188's avatar Him188

Add a tip when reading testAccount.txt

parent 57011090
...@@ -27,6 +27,7 @@ private fun readTestAccount(): BotAccount? { ...@@ -27,6 +27,7 @@ private fun readTestAccount(): BotAccount? {
return null return null
} }
println("Reading account from testAccount.text")
val lines = file.readLines() val lines = file.readLines()
return try { return try {
BotAccount(lines[0].toLong(), lines[1]) BotAccount(lines[0].toLong(), lines[1])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment