From 47f69ce0e9e24275ac74a861b0b794dcd1e73204 Mon Sep 17 00:00:00 2001 From: Jogi Hofmüller Date: Tue, 2 Aug 2011 08:32:47 +0000 Subject: - modified/improved session handling git-svn-id: https://svn.spreadspace.org/mur.sat@89 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- tools/mmd/MmdWidgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mmd/MmdWidgets.py') diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py index 1c83ac5..f0a555a 100644 --- a/tools/mmd/MmdWidgets.py +++ b/tools/mmd/MmdWidgets.py @@ -166,7 +166,7 @@ def statusWidget (session):
Hello {0} with session id '{1}'! Local time is {2}. {3}
- '''.format (session.email, session.session_id, time.strftime ('%c'), inout) + '''.format (session.user.email, session.session_id, time.strftime ('%c'), inout) return html -- cgit v1.2.3