precommit

This commit is contained in:
2024-02-04 07:58:44 +03:00
parent 537b89dbaf
commit b98da839ed
10 changed files with 64 additions and 31 deletions

View File

@@ -1,11 +1,11 @@
from orm.notification import Notification, NotificationAction, NotificationEntity
from orm.notification import Notification
from resolvers.model import NotificationReaction, NotificationAuthor, NotificationShout
from services.db import local_session
from services.rediscache import redis
import asyncio
import logging
logger = logging.getLogger(f"[listener.listen_task] ")
logger = logging.getLogger("[listener.listen_task] ")
logger.setLevel(logging.DEBUG)