From 77c515843b91d0cc1729fd32ee2434e7bc103750 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 19 May 2009 09:33:40 +0000 Subject: [PATCH] cosmetic --- plc-orphan-accounts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plc-orphan-accounts.py b/plc-orphan-accounts.py index f409d86..fa8ee50 100755 --- a/plc-orphan-accounts.py +++ b/plc-orphan-accounts.py @@ -21,6 +21,7 @@ def main (): orphans = get_orphans() print GetPeerName(),' --- %d --- '%len(orphans),'orphan accounts' + print time.asctime(time.gmtime()) print '---' index=1 for p in orphans: -- 2.47.0