🐛 Fix log plugin import

This commit is contained in:
洛水居室 2022-11-21 22:40:32 +08:00
parent 827b97e36d
commit cf2068a1cc
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -5,7 +5,7 @@ from telegram.constants import ChatAction
from telegram.ext import CommandHandler, CallbackContext from telegram.ext import CommandHandler, CallbackContext
from core.plugin import Plugin, handler from core.plugin import Plugin, handler
from modules.error.pb import PbClient from modules.errorpush import PbClient
from utils.decorators.admins import bot_admins_rights_check from utils.decorators.admins import bot_admins_rights_check
from utils.log import logger from utils.log import logger