wrong lang version of true

This ain't Python! 🐍
This commit is contained in:
The Ghost of FOSS' Future 2024-09-15 19:31:46 -05:00 committed by GitHub
parent cf5bd65c90
commit 29d0e51ca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -176,7 +176,7 @@ async function main() {
const delay = ms => new Promise(res => setTimeout(res, ms)); const delay = ms => new Promise(res => setTimeout(res, ms));
async function mainLoop() { async function mainLoop() {
while (True) { while (true) {
await main() await main()
await delay(60000*20) await delay(60000*20)
} }