fix: Typo in vars

This commit is contained in:
Nathan Woodburn 2024-02-25 13:30:35 +11:00
parent 2244c0fd1a
commit 65227f650c
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -190,7 +190,7 @@ def site_post():
address.append({'token': 'sol', 'address': request.form['sol']})
# Remove empty socials and addresses
socials = [social for socials in socials if social['url'] != '']
socials = [social for social in socials if social['url'] != '']
# Make sure links all start with http or https
for social in socials:
# Set link to lowercase