From 6626df317c74da3f07c95df409c8c6a4753e5865 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Wed, 22 Feb 2017 05:26:33 +0100 Subject: [PATCH] Fixes in logout --- paramecio/modules/admin/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paramecio/modules/admin/index.py b/paramecio/modules/admin/index.py index 05ae8c1..e68529a 100644 --- a/paramecio/modules/admin/index.py +++ b/paramecio/modules/admin/index.py @@ -415,7 +415,7 @@ def logout(): del s['login'] del s['privileges'] - #s.save() + s.save() s.delete()