logger-3
All checks were successful
Deploy to core / deploy (push) Successful in 1m10s

This commit is contained in:
2024-02-20 19:01:50 +03:00
parent 9f10a23345
commit 822815fdac
6 changed files with 7 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ import redis.asyncio as aredis
from services.logger import get_colorful_logger
from settings import REDIS_URL
logger = get_colorful_logger('services.redis')
logger = get_colorful_logger('redis')
class RedisCache: