Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nb_cli_plugin_docker/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ async def get_driver_type(
) -> bool:
bot_config = get_nonebot_config()
if adapters is None:
adapters = bot_config.adapters
adapters = bot_config.get_adapters()
if builtin_plugins is None:
builtin_plugins = bot_config.builtin_plugins
if python_path is None:
Expand Down
Loading