Fixed unexpected behavior of the device selection button

This commit is contained in:
Vladless
2024-11-18 14:57:12 +03:00
parent e9237e5f1c
commit 28b344b9c4
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
import os
import asyncpg
from aiogram import F, Router, types
from aiogram.types import BufferedInputFile, InlineKeyboardButton, InlineKeyboardMarkup
from bot import bot
from config import CONNECT_WINDOWS, SUPPORT_CHAT_URL, DATABASE_URL
from config import CONNECT_WINDOWS, DATABASE_URL, SUPPORT_CHAT_URL
from handlers.texts import INSTRUCTION_PC, INSTRUCTIONS, KEY_MESSAGE
from logger import logger
import asyncpg
router = Router()