哎哟喂这个文件怎么没交
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-08 00:40:11 +08:00
parent 31d19b7ec0
commit e59d3c2e4b

View File

@ -71,7 +71,7 @@ async def _(msg: UniMsg, evt: Event, bot: Bot, target: DepLongTaskTarget):
return
env = TextHandlerEnvironment(is_trusted=False, event=evt)
results = await runner.run_pipeline(res, istream or None, evt, env)
results = await runner.run_pipeline(res, istream or None, env)
# 检查是否有错误
for r in results: