diff --git a/src/index.ts b/src/index.ts index 31a9ec7..ccb0d85 100644 --- a/src/index.ts +++ b/src/index.ts @@ -27,6 +27,7 @@ function wait(ms :number) { } async function runDay() { + console.log('waiting for open'); await waitForNextOpen(); await wait(1000); //wait a miniute