diff --git a/examples/history_data/wechat_history.py b/examples/history_data/wechat_history.py index 0879933..d28854c 100644 --- a/examples/history_data/wechat_history.py +++ b/examples/history_data/wechat_history.py @@ -682,6 +682,7 @@ Message: {readable_text if readable_text else message_text} Path("./wechat_database_export"), Path("./wechat_export_test"), Path("./wechat_export"), + Path("./wechat_export_direct"), Path("./wechat_chat_history"), Path("./chat_export") ] diff --git a/tests/.DS_Store b/tests/.DS_Store new file mode 100644 index 0000000..18e12dd Binary files /dev/null and b/tests/.DS_Store differ