Merge branch 'dev'

This commit is contained in:
2026-06-09 09:59:30 +02:00
6 changed files with 424 additions and 3 deletions
+1
View File
@@ -297,6 +297,7 @@ def _to_output(acc):
"handle": handle,
"bio": bio[:220],
"avatar": acc.get("avatar", ""),
"header": acc.get("header_static", "") if "missing" not in acc.get("header_static", "") else "",
"followers": acc.get("followers_count", 0),
"statuses": acc.get("statuses_count", 0),
"score": score(acc),