mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-03-11 08:54:41 +00:00
fix: additional corrections or improvements
This commit is contained in:
parent
b7c9006dd4
commit
052f0682ad
1 changed files with 0 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import requests
|
||||
import os
|
||||
|
||||
|
|
@ -13,7 +12,6 @@ members = members_data['members']
|
|||
|
||||
html_output = ""
|
||||
for member in members:
|
||||
username = member['username']
|
||||
html_output += f'<a href="{member["url"]}" target="_blank" title="@{member["username"]}" class="mdx-donors__item"><img loading="lazy" src="{member["avatar"]}"></a>'
|
||||
|
||||
# Append the count of private members
|
||||
|
|
|
|||
Loading…
Reference in a new issue