This commit is contained in:
@@ -2,7 +2,7 @@ from aiogram import Bot, Dispatcher, types
|
|||||||
from aiogram.types import Message, InlineKeyboardMarkup, InlineKeyboardButton
|
from aiogram.types import Message, InlineKeyboardMarkup, InlineKeyboardButton
|
||||||
from aiogram.utils import executor
|
from aiogram.utils import executor
|
||||||
from aiogram.dispatcher.filters import Text
|
from aiogram.dispatcher.filters import Text
|
||||||
from .user_manager import user_manager
|
from pomodoro_bot.user_manager import user_manager
|
||||||
from .timer_manager import TimerManager
|
from .timer_manager import TimerManager
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import asyncio
|
import asyncio
|
||||||
from pomodoro_bot.bot import run_bot
|
from pomodoro_bot.bot import run_bot
|
||||||
from pomodoro_bot.redis_client import init_redis
|
from .redis_client import init_redis
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
asyncio.run(init_redis())
|
asyncio.run(init_redis())
|
||||||
|
|||||||
Reference in New Issue
Block a user