This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user