We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c5103 commit f307796Copy full SHA for f307796
src/wechaty/utils/data_util.py
@@ -82,4 +82,4 @@ def __setitem__(self, key: str, value: Any) -> None:
82
83
def to_dict(self) -> dict:
84
"""return the dict data"""
85
- return self.data
+ return self.read_setting()
0 commit comments