07.4.3.18.1 — Runtime Event Skeleton Architecture

This commit is contained in:
2026-05-09 18:21:02 +03:00
parent 3181ac680c
commit 7e5ecc2ed9
22 changed files with 641 additions and 99 deletions

View File

@@ -11,6 +11,7 @@ from aiogram.exceptions import TelegramBadRequest, TelegramRetryAfter
from src.integrations.exchange.market_data_runner import MarketDataRunner
from src.trading.debug.service import DebugTradeService
from src.notifications.targets import NotificationTargetRegistry
class DebugTradeRunner:
@@ -48,6 +49,11 @@ class DebugTradeRunner:
cls._render_markup = render_markup
cls._last_text = None
NotificationTargetRegistry.set_default_chat(
bot=bot,
chat_id=chat_id,
)
@classmethod
async def delete_registered_screen(
cls,