Refresh base image and python dependencies

This commit is contained in:
Jake Moshenko 2016-01-27 11:36:40 -05:00
parent daab1b3964
commit 01a92a66ba
7 changed files with 81 additions and 67 deletions

View file

@ -24,7 +24,7 @@ logger = logging.getLogger(__name__)
SIGNATURE_PREFIX = 'sigv2='
def _load_user_from_cookie():
if not current_user.is_anonymous():
if not current_user.is_anonymous:
try:
# Attempt to parse the user uuid to make sure the cookie has the right value type
UUID(current_user.get_id())