Skip to content

Commit

Permalink
🐛 修复输出同逻辑判断不匹配的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyomotoi committed Nov 1, 2024
1 parent b84d5a0 commit e33b0b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def get_loaded_plugins(toml_path: str):

plugins = get_loaded_plugins("{{ toml_path }}")
if plugins:
print(f"nonebot_plugins:[{','.join([plugin.module_name for plugin in plugins])}]")
print(f"nonebot_plugins:{','.join([plugin.module_name for plugin in plugins])}")

0 comments on commit e33b0b5

Please sign in to comment.