summaryrefslogtreecommitdiff
path: root/tcosmonitor/Sessions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tcosmonitor/Sessions.py')
-rw-r--r--tcosmonitor/Sessions.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tcosmonitor/Sessions.py b/tcosmonitor/Sessions.py
index 4f37ba2..efa6062 100644
--- a/tcosmonitor/Sessions.py
+++ b/tcosmonitor/Sessions.py
@@ -264,9 +264,10 @@ class Connections(object):
if __name__ == "__main__":
# # search for last connection of user prueba
-# app=ConsoleKitHistory('prueba', last=True)
+# app=ConsoleKitHistory(None, last=False)
+# from pprint import pprint
# for con in app.data:
-# print con
+# pprint (con)
# print "\n"