Removed placeholder from testing

This commit is contained in:
Vivek Santayana 2023-12-01 16:01:16 +00:00
parent 1eab378b0c
commit 73a8274ccf
1 changed files with 1 additions and 1 deletions

View File

@ -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