Fix work chat job startup

This commit is contained in:
2026-06-10 12:16:38 +09:00
parent 2f8268b44b
commit 5449a574fa
2 changed files with 6 additions and 8 deletions

View File

@@ -1006,7 +1006,7 @@ class TelegramCodexBot:
preview = _preview_prompt(prompt)
task = asyncio.create_task(
self._run_codex_job(
bot=update.get_bot(),
bot=bot,
chat_id=chat_id,
prompt=prompt,
sandbox=selected_sandbox,