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

This commit is contained in:
2025-03-28 20:10:12 +05:00
parent 9e1e5c16da
commit 4183875ff8
4 changed files with 13 additions and 15 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 .bot import run_bot
from .redis_client import init_redis
if __name__ == '__main__':
asyncio.run(init_redis())