...
BOT_open_sesam/pipeline/head This commit looks good Details

test
dl 2025-05-30 15:33:25 +05:00
parent a9f3766d9f
commit 18629ddffe
1 changed files with 1 additions and 1 deletions

View File

@ -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