mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
fix_3
This commit is contained in:
parent
153d3aa6d9
commit
2a2550de8f
2
main.js
2
main.js
@ -13,7 +13,7 @@ const COOKIE_ARR = [COOKIE, COOKIE_2, COOKIE_3, COOKIE_4, COOKIE_5];
|
||||
|
||||
COOKIE_ARR.forEach(async (cookie, num) => {
|
||||
console.log(typeof cookie);
|
||||
console.log(cookie);
|
||||
console.log([...cookie]);
|
||||
if (typeof cookie === 'undefined') return;
|
||||
await setGlobalVar(cookie, SCKEY).then(async () => {
|
||||
const { start, isMe, checkCookie } = require("./lib/lottery-in-nodejs");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user