From a9f3766d9f9f006491fb3c18a154c9a93157afa4 Mon Sep 17 00:00:00 2001 From: dl Date: Fri, 30 May 2025 11:29:40 +0500 Subject: [PATCH] ... --- handlers/contact_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/contact_handler.py b/handlers/contact_handler.py index 7b8a293..9f99547 100644 --- a/handlers/contact_handler.py +++ b/handlers/contact_handler.py @@ -15,7 +15,7 @@ def register_contact_handler(dp: Dispatcher): phone = msg.contact.phone_number if not await authorize_user(user_id, phone): - print("DEBUG: phone in contact_handler is ", phone) + print("DEBUG: phone in contact_handler is ", phone) await msg.answer("Доступ запрещён, номер не идентифицирован") return