diff --git a/index.mjs b/index.mjs index 78f77c1..5d1f388 100644 --- a/index.mjs +++ b/index.mjs @@ -176,7 +176,7 @@ async function main() { const delay = ms => new Promise(res => setTimeout(res, ms)); async function mainLoop() { - while (True) { + while (true) { await main() await delay(60000*20) }