From 8d371e6519b2b05538e01df4261fef34cac5bcf9 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 6 Jun 2024 12:42:54 +0300 Subject: [PATCH] log-loza --- services/precache.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/precache.py b/services/precache.py index 4d45cee8..44b49508 100644 --- a/services/precache.py +++ b/services/precache.py @@ -129,6 +129,8 @@ async def precache_data(): profile = author.dict() if not isinstance(author, dict) else author author_id = profile.get("id") user_id = profile.get("user", "").strip() + if user_id == "FyPGkAwnrXPiv2PxQ": + logger.warning(profile) if author_id and user_id: authors_by_id[author_id] = profile await cache_author(profile)