diff --git a/app/fanout/bot_exec.py b/app/fanout/bot_exec.py index e8b4e19..edf93d0 100644 --- a/app/fanout/bot_exec.py +++ b/app/fanout/bot_exec.py @@ -40,7 +40,8 @@ _bot_send_lock = asyncio.Lock() _last_bot_send_time: float = 0.0 # global container for persistent data storage between bot executions, will be added to execution namespace -_bot_globals: dict[str,Any] = {} +_bot_globals: dict[str, Any] = {} + @dataclass(frozen=True) class BotCallPlan: