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 a5ae833 commit a66c385Copy full SHA for a66c385
1 file changed
packages/python_interpreter/main.py
@@ -129,9 +129,9 @@ async def initialize(self):
129
logger.info(
130
"Docker 不可用,代码解释器将无法使用,astrbot-python-interpreter 将自动禁用。"
131
)
132
- await self.context._star_manager.turn_off_plugin(
133
- "astrbot-python-interpreter"
134
- )
+ # await self.context._star_manager.turn_off_plugin(
+ # "astrbot-python-interpreter"
+ # )
135
136
async def file_upload(self, file_path: str):
137
"""
0 commit comments