Skip to content

Commit 4350223

Browse files
authored
Add Dan to supporters
1 parent d9a2261 commit 4350223

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scrape_patreon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def scrape_patreon():
3434
names.append(f'<a href="https://www.youtube.com/@RECESSIM" style="border-bottom: 0;" target="_blank">{full_name} <img width="15px" height="12px" src="https://pysdr.org/_static/hash.svg"></a>')
3535
continue
3636
names.append(full_name) # there's also 'first_name' which might be better for a public display name
37+
names.append('<a href="https://dsp-coach.com" style="border-bottom: 0;" target="_blank">Dan Boschen</a>')
3738
# Patreon Supporters
3839
html_string = ''
3940
html_string += '<div style="font-size: 120%; margin-top: 5px;">A big thanks to all PySDR<br><a href="https://www.patreon.com/PySDR" target="_blank">Patreon</a> supporters:</div>'

0 commit comments

Comments
 (0)