Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jamxu88 authored Jun 21, 2021
1 parent 51b8f56 commit 10c567b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ async function main() {
console.log(new Date())
bopen("http://localhost:8899")
active = true;
await delay(3000);
await delay(120000);
console.log("Ending break at")
console.log(new Date())
active = false;
io.emit('close')
await delay(2400000);
await delay(1800000);
main()
}

Expand Down

0 comments on commit 10c567b

Please sign in to comment.