From a0d111c50db05d8e7a75e99767fe3e402084ac4c Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 19 Dec 2023 18:17:17 +0300 Subject: [PATCH] precache-fix-2 --- resolvers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ = [