fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-29 09:00:14 +05:00
parent 689260e10a
commit d51c7f9ce4

View File

@@ -50,7 +50,7 @@ async def on_startup(dispatcher):
await call.message.answer("Таймер остановлен ⏹")
await call.answer()
@dp.callback_query_handler()
@dispatcher.callback_query_handler()
async def fallback_callback(call: types.CallbackQuery):
print(f"[DEBUG fallback] Got unmatched callback: {call.data!r}")
await call.answer("Команда не распознана.")