diff --git a/resolvers/__init__.py b/resolvers/__init__.py index 34688c4..425e718 100644 --- a/resolvers/__init__.py +++ b/resolvers/__init__.py @@ -6,7 +6,7 @@ from services.core import get_all_authors import asyncio -# load authors cache +print("[resolvers] init precache: getting all authors...") asyncio.create_task(get_all_authors()) __all__ = [