From 65227f650c528a09368c9f87539ed66fa0174c23 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sun, 25 Feb 2024 13:30:35 +1100 Subject: [PATCH] fix: Typo in vars --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 577e343..dbf14c2 100644 --- a/main.py +++ b/main.py @@ -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