mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
parent
abe660b717
commit
a2c461b22a
@ -128,7 +128,7 @@ async function clear() {
|
|||||||
/* 延时 */
|
/* 延时 */
|
||||||
await delay(clear_remove_delay);
|
await delay(clear_remove_delay);
|
||||||
log.info('清理动态', `第${page + 1}页(${allModifyDynamicResArray.length})中的转发动态与关注全部处理成功`);
|
log.info('清理动态', `第${page + 1}页(${allModifyDynamicResArray.length})中的转发动态与关注全部处理成功`);
|
||||||
if (next_offset === '0' || !success) break;
|
if (!next_offset || next_offset === '' || next_offset === '0'|| !success) break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user