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