diff --git a/app/helpers/session.py b/app/helpers/session.py index 63b7353..67df2bc 100644 --- a/app/helpers/session.py +++ b/app/helpers/session.py @@ -1,7 +1,7 @@ # Author: Alex Ksikes # TODO: -# - webpy session module is ineficient and makes 5 db calls per urls! +# - webpy session module is inefficient and makes 5 db calls per urls! # - because sessions are attached to an app, every user has sessions whether they atually need it or not. # - login required decorator should save intended user action before asking to login.