diff --git a/handlers/system.py b/handlers/system.py index e96dab1..c4af522 100644 --- a/handlers/system.py +++ b/handlers/system.py @@ -278,8 +278,8 @@ async def npmplus_hosts(msg: Message): action = "disable" if enabled else "enable" rows.append([ InlineKeyboardButton( - text=f\"{('⛔' if enabled else '✅')} {name[:12]}\", - callback_data=f\"npmplus:{action}:{hid}\" + text=f"{('⛔' if enabled else '✅')} {name[:12]}", + callback_data=f"npmplus:{action}:{hid}" ) ])