chore: Code refactoring

This commit is contained in:
ITQ
2024-03-22 00:33:15 +03:00
parent 71876fe7a6
commit 92c9745496
4 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ async def profile_change_entered(message: Message, state: FSMContext) -> None:
city=user.city,
),
message.chat.id,
state_data["message_id"],
state_data["profile_message_id"],
reply_markup=get(),
)
except TelegramBadRequest: