db: open dblist get

This commit is contained in:
csunny 2023-05-25 01:06:40 +08:00
parent 79c5bda22d
commit 1733884caf

View File

@ -697,7 +697,7 @@ if __name__ == "__main__":
# 配置初始化 # 配置初始化
cfg = Config() cfg = Config()
# dbs = get_database_list() dbs = get_database_list()
cfg.set_plugins(scan_plugins(cfg, cfg.debug_mode)) cfg.set_plugins(scan_plugins(cfg, cfg.debug_mode))
# 加载插件可执行命令 # 加载插件可执行命令