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