From ef9a80ebfdd5f543499e16288b81c6c916e4b7a7 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Tue, 8 Sep 2015 18:03:18 -0700 Subject: [PATCH] adding actual recipients --- lemur/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemur/manage.py b/lemur/manage.py index 5164474d..d2dbe28e 100755 --- a/lemur/manage.py +++ b/lemur/manage.py @@ -297,7 +297,7 @@ class InitializeApp(Command): sys.stdout.write("[-] Default user has already been created, skipping...!\n") sys.stdout.write("[+] Creating expiration email notifications!\n") - sys.stdout.write("[!] Using {recipients} as specified by LEMUR_SECURITY_TEAM_EMAIL for notifications\n") + sys.stdout.write("[!] Using {recipients} as specified by LEMUR_SECURITY_TEAM_EMAIL for notifications\n".format("LEMUR_SECURITY_TEAM_EMAIL")) intervals = current_app.config.get("LEMUR_DEFAULT_EXPIRATION_NOTIFICATION_INTERVALS", []) sys.stdout.write(