plan on create new key after trial

This commit is contained in:
Vladless
2024-12-04 01:28:28 +03:00
parent d86acbfb9d
commit bb034ba6c6
3 changed files with 99 additions and 79 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from aiogram import F, Router, types
from aiogram.types import BufferedInputFile, InlineKeyboardButton
from aiogram.utils.keyboard import InlineKeyboardBuilder
from config import CONNECT_WINDOWS, SUPPORT_CHAT_URL, CONNECT_IOS
from config import CONNECT_IOS, CONNECT_WINDOWS, SUPPORT_CHAT_URL
from handlers.texts import INSTRUCTION_PC, INSTRUCTIONS, KEY_MESSAGE
router = Router()