Skip to content

Commit f32c95b

Browse files
committed
fix wechaty plugin scheduler
1 parent 8c1fe30 commit f32c95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wechaty/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def _load_default_plugins() -> List[WechatyPlugin]:
512512
# TODO: to be implemented
513513

514514

515-
class WechatyPluginManager: # pylint: disable=too-many-instance-attributes
515+
class WechatyPluginManager(WechatyEventMixin, WechatySchedulerMixin): # pylint: disable=too-many-instance-attributes
516516
"""manage the wechaty plugin, It will support some features."""
517517

518518
def __init__(

0 commit comments

Comments
 (0)