logfixes
This commit is contained in:
2
cache/precache.py
vendored
2
cache/precache.py
vendored
@@ -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()
|
||||
|
Reference in New Issue
Block a user