From 3e5934043b25b50b543a965d586d4ae13e1ea10f Mon Sep 17 00:00:00 2001 From: Robert Bogos Date: Thu, 7 May 2026 13:23:03 +0300 Subject: [PATCH] hotfix --- bot/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/chat.py b/bot/chat.py index 3bb0c1a..ad17f34 100644 --- a/bot/chat.py +++ b/bot/chat.py @@ -128,7 +128,7 @@ async def _send_chat_message(page, message: str) -> bool: await _screenshot(page, "no-composer") return False - # ── 4. Dismiss any modal overlays, then focus the composer ─────────────── + # ── 4. Dismiss any modal overlays, then focus the composer ────────────── overlay = await page.query_selector('.ui-dialog__overlay, [data-slot-name\\:rp\\:="root"]') if overlay: print(" Dialog overlay detected — dismissing with Escape.")