From 62ad9992d3b9e9b04499bde4769f89d5a7b3a56f Mon Sep 17 00:00:00 2001 From: haptear Date: Wed, 11 May 2022 14:17:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 58tc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/58tc.js b/58tc.js index f4c3bcc..2ced564 100644 --- a/58tc.js +++ b/58tc.js @@ -837,7 +837,7 @@ async function checkEnv() { return; } - console.log(`共找到${userCount}个账号`) + console.log(`共找到${userCount}个账号 ${userCookie.split('\n').length}`) return true }