Change when it does self-updating to be every 6 hours

This commit is contained in:
youngchief btw ツ 2020-12-09 16:09:55 -08:00 committed by GitHub
parent e21e66d9e6
commit 01f2e29b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,4 +47,4 @@ setInterval(async function() {
}
console.log(`${stdout}`);
});
}, 60000)
}, 21600000)