From 73a8274ccffdc1875ac3da92fe6ff7540e94459a Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Fri, 1 Dec 2023 16:01:16 +0000 Subject: [PATCH] Removed placeholder from testing --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 5265752..3740b91 100644 --- a/config.py +++ b/config.py @@ -6,7 +6,7 @@ class Config(object): # Customisation GROUP = '' # Group/Organisation Name - EMAIL_DOMAIN = 'bar.com' # Email domain for organisation + EMAIL_DOMAIN = '' # Email domain for organisation SUBJECT = f'{GROUP} Secret Santa Draw' if GROUP else 'Secret Santa Draw' # Email subject line GREETING = 'Ho Ho Ho' # Email greeting SENDER = 'The Secret Santa Elf' # Email sign-off