mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-06-24 20:11:30 +02:00
Ruff me up
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user