diff --git a/app_urls/fetcher/tasks.py b/app_urls/fetcher/tasks.py index 8b34e17..9249d25 100644 --- a/app_urls/fetcher/tasks.py +++ b/app_urls/fetcher/tasks.py @@ -7,7 +7,7 @@ from .src.fetch_missing_kids import FetchMissingKids from .src.fetch_selenium import FetchSeleniumSourceSearch from .src.db_utils import DB_Handler from .src.publisher import Publisher -from .src.notifications import notify_telegram +from .src.notifier import notify_telegram from .src.logger import get_logger logger = get_logger()