master
标哥丶 2022-03-17 00:54:11 +08:00
parent 405fad2304
commit b46d30c1da
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ async function run() {
}
}else{
if($.index % 3 == 0) console.log('休息1分钟别被黑ip了\n可持续发展')
if($.index % 3 == 0) await $.wait(parseInt(Math.random() * 5000 + 60000, 10))
if($.index % 3 == 0) await $.wait(parseInt(Math.random() * 5000 + 20000, 10))
}
} catch (e) {
console.log(e)