From 296d2615fe892355cf361d991d8a10d72a7b9bea Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Mon, 30 Jan 2017 19:52:32 +0100 Subject: [PATCH] Code cosmetics --- .gitattributes | 2 +- cps/web.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 01c7be27..14949c1b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -web.py ident \ No newline at end of file +* ident \ No newline at end of file diff --git a/cps/web.py b/cps/web.py index a1d29fb9..e42063a6 100755 --- a/cps/web.py +++ b/cps/web.py @@ -129,9 +129,7 @@ lm = LoginManager(app) lm.init_app(app) lm.login_view = 'login' lm.anonymous_user = ub.Anonymous - app.secret_key = 'A0Zr98j/3yX R~XHH!jmN]LWX/,?RT' - db.setup_db() @babel.localeselector