wrong lang version of true
This ain't Python! 🐍
This commit is contained in:
parent
cf5bd65c90
commit
29d0e51ca1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue