This commit is contained in:
2024-08-07 08:57:56 +03:00
parent 1d4fa4b977
commit 60a56fd098
27 changed files with 40 additions and 40 deletions

View File

@@ -3,8 +3,8 @@ from functools import wraps
import httpx
from resolvers.stat import get_with_stat
from services.cache import get_cached_author_by_user_id
from services.logger import root_logger as logger
from cache.cache import get_cached_author_by_user_id
from utils.logger import root_logger as logger
from settings import ADMIN_SECRET, AUTH_URL