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

This commit is contained in:
2025-03-29 09:12:42 +05:00
parent e4011db2fe
commit a42fef3442
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ from pomodoro_bot.redis_client import init_redis
async def on_startup(dispatcher):
await init_redis()
dispatcher['timer_manager'] = TimerManager(bot, dispatcher.loop)
dispatcher['timer_manager'] = TimerManager(bot)
@dispatcher.message_handler(commands=['start', 'help'])
async def send_welcome(message: Message):