mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 07:17:39 +08:00
💄 update log style
This commit is contained in:
parent
0738b275a5
commit
8601c61cd8
@ -123,8 +123,8 @@ class BaseDriver(abc.ABC):
|
|||||||
* ``*args``
|
* ``*args``
|
||||||
* ``**kwargs``
|
* ``**kwargs``
|
||||||
"""
|
"""
|
||||||
logger.opt(
|
logger.opt(colors=True).debug(
|
||||||
colors=True).debug(f"Loaded adapters: {', '.join(self._adapters)}")
|
f"<g>Loaded adapters: {', '.join(self._adapters)}</g>")
|
||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
async def _handle_http(self):
|
async def _handle_http(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user