Runner: set handle_sigint to True for Daily direct

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-14 14:55:52 -07:00
parent 89f0ff17c0
commit e2fc8b3dce

View File

@@ -402,6 +402,7 @@ async def _run_daily_direct():
# Direct connections have no request body, so use empty dict
runner_args = DailyRunnerArguments(room_url=room_url, token=token)
runner_args.handle_sigint = True
# Get the bot module and run it directly
bot_module = _get_bot_module()