summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-11 14:59:26 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-11 14:59:26 +0000
commit4460b0dc063645bf4f1577a832fe096bac93a1ad (patch)
treea2192a42206152fdfa956a3e4f0aeed5634a2d4d /tools
parent- fixed bug in timestring/timestamp conversion (diff)
- fixed bug in debug display
git-svn-id: https://svn.spreadspace.org/mur.sat@131 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools')
-rw-r--r--tools/mmd/MmdWidgets.py2
1 files changed, 1 insertions, 1 deletions
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'),