From eb8d4f153174957ceda80844d408fd60cd118f17 Mon Sep 17 00:00:00 2001 From: "Thompson, Lon" Date: Tue, 19 Apr 2022 12:08:18 -0400 Subject: [PATCH] Remove blank indent --- startup_scripts/480_contacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup_scripts/480_contacts.py b/startup_scripts/480_contacts.py index 4b216b7f9..80d75d668 100644 --- a/startup_scripts/480_contacts.py +++ b/startup_scripts/480_contacts.py @@ -30,5 +30,5 @@ if created: print("👩‍💻 Created Contact", contact.name) - + set_custom_fields_values(contact, custom_field_data)