reseting timer to 15min

This commit is contained in:
Camille CAMBIUM 2023-05-06 03:50:04 +02:00
parent a341a33f85
commit 9a03802bb2
1 changed files with 2 additions and 2 deletions

View File

@ -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)
}
}