We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6beca21 commit ead10b5Copy full SHA for ead10b5
2 files changed
main.py
@@ -5,10 +5,6 @@
5
import sys
6
from pathlib import Path
7
8
-import runtime_bootstrap
9
-
10
-runtime_bootstrap.initialize_runtime_bootstrap()
11
12
from astrbot.core import LogBroker, LogManager, db_helper, logger # noqa: E402
13
from astrbot.core.config.default import VERSION # noqa: E402
14
from astrbot.core.initial_loader import InitialLoader # noqa: E402
runtime_bootstrap.py
0 commit comments