From fc69d25bea2f2bc04faf4224f3fe2ee2254fa1c3 Mon Sep 17 00:00:00 2001 From: haptear Date: Fri, 4 Mar 2022 09:09:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=8D=A2=E8=A1=8C?= 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 9ccd4de..9a9b437 100644 --- a/58tc.js +++ b/58tc.js @@ -764,7 +764,7 @@ class UserInfo { /////////////////////////////////////////////////////////////////// async function checkEnv() { if(userCookie) { - for(let userCookies of userCookie.split('@')) { + for(let userCookies of userCookie.split('\n')) { if(userCookies) userList.push(new UserInfo(userCookies)) } userCount = userList.length