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

This commit is contained in:
2025-03-28 19:36:10 +05:00
parent a0ca2e7e1e
commit 3c0ca73b1d
4 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import asyncio
from bot import run_bot
from redis_client import init_redis
from pomodoro_bot.bot import run_bot
from pomodoro_bot.redis_client import init_redis
if __name__ == '__main__':
asyncio.run(init_redis())