This commit is contained in:
xaoyaoo 2024-08-13 19:32:32 +08:00
parent 3ea91fb962
commit 37293a5af2

View File

@ -23,7 +23,7 @@ from .export.exportJSON import export_json
class DBHandler(MicroHandler, MediaHandler, OpenIMContactHandler, PublicMsgHandler, OpenIMMediaHandler,
FavoriteHandler):
FavoriteHandler, SnsHandler):
_class_name = "DBHandler"
def __init__(self, *args, **kwargs):