From 4460b0dc063645bf4f1577a832fe096bac93a1ad Mon Sep 17 00:00:00 2001 From: Jogi Hofmüller Date: Thu, 11 Aug 2011 14:59:26 +0000 Subject: - fixed bug in debug display git-svn-id: https://svn.spreadspace.org/mur.sat@131 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- tools/mmd/MmdWidgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py index 7d122ea..4f9397d 100644 --- a/tools/mmd/MmdWidgets.py +++ b/tools/mmd/MmdWidgets.py @@ -325,7 +325,7 @@ def indexWidget (lcol, rcol, status, debug_info = False): debug_info.session_id, debug_info.ip, debug_info.user.email, - time.strftime ('%c', time.localtime (float (debug_info.status))), + debug_info.status, time.strftime ('%c', time.localtime (float (debug_info.expires))), time.strftime ('%c', time.localtime (float (debug_info.renewal))), time.strftime ('%c'), -- cgit v1.2.3