1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-02 02:36:40 +08:00
This commit is contained in:
dylan
2023-07-06 19:32:58 +08:00
parent c3ad8b9f17
commit 49579e6c98
+1 -1
View File
@@ -42,7 +42,7 @@ if ($.isNode()) {
} }
$.UUID = getUUID('xxxxxxxxxxxxxxxx'); $.UUID = getUUID('xxxxxxxxxxxxxxxx');
await main(); await main();
await $.wait(3000); await $.wait(5000);
} }
} }
})().catch((e) => { $.log('', `${$.name}, 失败! 原因: ${e}!`, '') }).finally(() => { $.done(); }) })().catch((e) => { $.log('', `${$.name}, 失败! 原因: ${e}!`, '') }).finally(() => { $.done(); })