mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
[debug]
This commit is contained in:
parent
c57784fe05
commit
05b2c05fba
@ -12,6 +12,7 @@ import typing as ty
|
|||||||
from olgram.settings import ServerSettings
|
from olgram.settings import ServerSettings
|
||||||
from olgram.models.models import Bot, GroupChat
|
from olgram.models.models import Bot, GroupChat
|
||||||
|
|
||||||
|
logging.basicConfig(level=logging.INFO)
|
||||||
_logger = logging.getLogger(__name__)
|
_logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
db_bot_instance: ContextVar[Bot] = ContextVar('db_bot_instance')
|
db_bot_instance: ContextVar[Bot] = ContextVar('db_bot_instance')
|
||||||
|
Loading…
Reference in New Issue
Block a user