reseting timer to 15min
This commit is contained in:
parent
a341a33f85
commit
9a03802bb2
|
@ -140,8 +140,8 @@ async function routine() {
|
|||
while (1) {
|
||||
rank();
|
||||
remove_notlogged();
|
||||
// await sleep(900000)
|
||||
await sleep(1000 * 120)
|
||||
await sleep(900000)
|
||||
// await sleep(1000 * 120)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue