Добавлена ветка prod_prep

This commit is contained in:
grigorij
2026-07-31 12:58:23 +04:00
parent bf26370da9
commit f289631645
36 changed files with 893 additions and 290 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ def get_dates_keyboard():
[
InlineKeyboardButton(
text=day.strftime("%d.%m"),
callback_data=f"date_{day.strftime('%d.%m')}"
callback_data=f"date_{day.strftime('%d.%m.%Y')}"
)
]
)
@@ -23,4 +23,4 @@ def get_dates_keyboard():
buttons.append(get_back_button())
return InlineKeyboardMarkup(
inline_keyboard=buttons
)
)