Code cosmetics

This commit is contained in:
OzzieIsaacs 2017-01-30 19:52:32 +01:00
parent 9b09de12b5
commit 296d2615fe
2 changed files with 1 additions and 3 deletions

2
.gitattributes vendored
View File

@ -1 +1 @@
web.py ident
* ident

View File

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