mirror of https://github.com/Mai-with-u/MaiBot.git
修复了未引用logger的bug
parent
2ae8ba56c4
commit
eccc47280c
|
|
@ -5,6 +5,8 @@ from typing import Dict
|
|||
from .config import global_config
|
||||
from .chat_stream import ChatStream
|
||||
|
||||
from loguru import logger
|
||||
|
||||
|
||||
class WillingManager:
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue