From 60bccce00eaae88882d6705b39d0b9166ee0690e Mon Sep 17 00:00:00 2001 From: Mitchell Moore <mmoo97@uab.edu> Date: Fri, 10 Jul 2020 10:11:04 -0500 Subject: [PATCH] Local TEST --- app/__init__.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/__init__.py b/app/__init__.py index 3aa34c5..31f9936 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -33,12 +33,9 @@ def create_app(config_name): # test block request.environ["HTTP_UID"] = "mmoo97" - request.environ["HTTP_DISPLAYNAME"] = "Mitchell Moore" + # request.environ["HTTP_DISPLAYNAME"] = "Mitchell Moore" request.environ["HTTP_MAIL"] = "mmoo97@uab.edu" - for key in sorted(request.environ.keys()): - print(key) - # end test block if 'uid' not in session: -- GitLab