Fix work chat job startup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user