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