Skip to content

Commit f307796

Browse files
committed
update wechaty settings
1 parent 72c5103 commit f307796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wechaty/utils/data_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ def __setitem__(self, key: str, value: Any) -> None:
8282

8383
def to_dict(self) -> dict:
8484
"""return the dict data"""
85-
return self.data
85+
return self.read_setting()

0 commit comments

Comments
 (0)