From 16fbd5ea56a7ee432424321de8d54d44c57e7282 Mon Sep 17 00:00:00 2001 From: devkulkarni Date: Mon, 6 Jun 2016 16:26:56 -0500 Subject: [PATCH 1/6] Update app.py --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index de669ca..26acb47 100644 --- a/app.py +++ b/app.py @@ -3,6 +3,7 @@ import cherrypy from jinja2 import Environment, FileSystemLoader +abc;;; ENV = Environment(loader=FileSystemLoader('templates')) From 8f953cf91f69b2ab35ac34aaa07a713de6613985 Mon Sep 17 00:00:00 2001 From: devkulkarni Date: Mon, 6 Jun 2016 16:28:58 -0500 Subject: [PATCH 2/6] Update app.py --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 26acb47..de669ca 100644 --- a/app.py +++ b/app.py @@ -3,7 +3,6 @@ import cherrypy from jinja2 import Environment, FileSystemLoader -abc;;; ENV = Environment(loader=FileSystemLoader('templates')) From de197a23ab8ce9dab77877fb77f3440a3b00ad29 Mon Sep 17 00:00:00 2001 From: devkulkarni Date: Mon, 6 Jun 2016 19:33:48 -0500 Subject: [PATCH 3/6] Update app.py --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index de669ca..8521f56 100644 --- a/app.py +++ b/app.py @@ -8,10 +8,10 @@ def get_params(): - params = {'key': os.environ.get('key', ''), + params1 = {'key': os.environ.get('key', ''), 'user': os.environ.get('user', ''), 'password': os.environ.get('password', '')} - return params + return params1 class Root(object): From 73acd03d32f402599a52659c029b3da9bcdca83c Mon Sep 17 00:00:00 2001 From: devkulkarni Date: Mon, 6 Jun 2016 19:36:31 -0500 Subject: [PATCH 4/6] Update app.py --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 8521f56..0f03f7d 100644 --- a/app.py +++ b/app.py @@ -9,8 +9,8 @@ def get_params(): params1 = {'key': os.environ.get('key', ''), - 'user': os.environ.get('user', ''), - 'password': os.environ.get('password', '')} + 'user': os.environ.get('user', ''), + 'password': os.environ.get('password', '')} return params1 From b2478ff7f987ca41629de0865d2ec0c2a55fd76c Mon Sep 17 00:00:00 2001 From: devkulkarni Date: Wed, 22 Jun 2016 13:31:16 -0500 Subject: [PATCH 5/6] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 0f29847..1444085 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,4 @@ -

These are the user variables injected

+

June 22: These are the user variables injected

From 4d5e8ff4f8001b8421818d9f5cf4a88718bc8285 Mon Sep 17 00:00:00 2001 From: devkulkarni Date: Wed, 22 Jun 2016 13:48:41 -0500 Subject: [PATCH 6/6] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 1444085..1d6ef18 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,4 @@ -

June 22: These are the user variables injected

+

June 22 123: These are the user variables injected