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()