fix(architecture): restore generic runtime boundaries

This commit is contained in:
DCCONSTRUCTIONS
2026-07-29 14:20:42 +03:00
parent 82a44478fb
commit 1e1b7fe43d
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ DEFAULT_CORS_ORIGINS = (
"http://localhost:8000",
)
logger = logging.getLogger("k1link.device_plugins.xgrids_k1.viewer_receiver")
logger = logging.getLogger("k1link.viewer.rerun_bridge")
@dataclass(frozen=True, slots=True)