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

This commit is contained in:
2025-03-28 20:17:30 +05:00
parent ece7148ce7
commit b48854b91e
3 changed files with 3 additions and 3 deletions

View File

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