1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-15 08:16:17 +00:00
This commit is contained in:
mihalin
2022-01-19 15:48:50 +03:00
parent 173014fda0
commit d0f9042fb6
3 changed files with 1 additions and 7 deletions

View File

@@ -13,8 +13,8 @@ from olgram.settings import ServerSettings
from olgram.models.models import Bot, GroupChat, BannedUser
logging.basicConfig(level=logging.INFO)
_logger = logging.getLogger(__name__)
_logger.setLevel(logging.INFO)
db_bot_instance: ContextVar[Bot] = ContextVar('db_bot_instance')