update economic calendar

This commit is contained in:
MuslemRahimi 2024-09-11 00:54:54 +02:00
parent 1c2be8f924
commit 7627562ddb
2 changed files with 296 additions and 92 deletions

File diff suppressed because one or more lines are too long

View File

@ -188,7 +188,7 @@ fastify.register(async function (fastify) {
isSend = true;
setTimeout(() => {
isSend = false;
}, 500);
}, 800);
}
}
} catch (error) {
@ -278,7 +278,7 @@ fastify.register(async function (fastify) {
isSend = true;
setTimeout(() => {
isSend = false;
}, 500);
}, 800);
//wait(2000);
}