Runner: set handle_sigint to True for Daily direct
This commit is contained in:
@@ -402,6 +402,7 @@ async def _run_daily_direct():
|
|||||||
|
|
||||||
# Direct connections have no request body, so use empty dict
|
# Direct connections have no request body, so use empty dict
|
||||||
runner_args = DailyRunnerArguments(room_url=room_url, token=token)
|
runner_args = DailyRunnerArguments(room_url=room_url, token=token)
|
||||||
|
runner_args.handle_sigint = True
|
||||||
|
|
||||||
# Get the bot module and run it directly
|
# Get the bot module and run it directly
|
||||||
bot_module = _get_bot_module()
|
bot_module = _get_bot_module()
|
||||||
|
|||||||
Reference in New Issue
Block a user