This commit is contained in:
2024-10-14 09:33:31 +03:00
parent 503e859b5c
commit 78d575863d
2 changed files with 3 additions and 2 deletions

2
cache/precache.py vendored
View File

@@ -101,7 +101,7 @@ async def precache_data():
# authors
authors = get_with_stat(select(Author).where(Author.user.is_not(None)))
logger.debug(f"{len(authors)} authors found in database")
logger.info(f"{len(authors)} authors found in database")
for author in authors:
if isinstance(author, Author):
profile = author.dict()