mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-06-18 15:54:08 +08:00
improvement(sns): 优化朋友圈导出
This commit is contained in:
@@ -2067,6 +2067,8 @@ def list_sns_users(
|
||||
post_count = int(r["postCount"] or 0)
|
||||
except Exception:
|
||||
post_count = 0
|
||||
if post_count <= 0:
|
||||
continue
|
||||
|
||||
row = contact_rows.get(uname)
|
||||
display = _clean_name(_pick_display_name(row, uname)) or uname
|
||||
|
||||
Reference in New Issue
Block a user