run periodic ISync update asynchronously

update library
This commit is contained in:
Mystikfluu
2023-05-13 17:36:43 +02:00
parent 54ca3760f7
commit 31d0fa3285
4 changed files with 66 additions and 150 deletions
+1
View File
@@ -30,6 +30,7 @@ async function run_isync() {
}
}
setInterval(run_isync, 1000 * 10);
run_isync();
async function startup() {