fix: Typo in vars
This commit is contained in:
parent
2244c0fd1a
commit
65227f650c
2
main.py
2
main.py
@ -190,7 +190,7 @@ def site_post():
|
|||||||
address.append({'token': 'sol', 'address': request.form['sol']})
|
address.append({'token': 'sol', 'address': request.form['sol']})
|
||||||
|
|
||||||
# Remove empty socials and addresses
|
# 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
|
# Make sure links all start with http or https
|
||||||
for social in socials:
|
for social in socials:
|
||||||
# Set link to lowercase
|
# Set link to lowercase
|
||||||
|
Loading…
Reference in New Issue
Block a user