From ff596fc526f150e1416e4aba00ef5a547865aea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 5 Nov 2013 13:07:32 +0100 Subject: [PATCH] display current time when waiting --- ocrloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocrloader.py b/ocrloader.py index e71c849..d1e35a3 100644 --- a/ocrloader.py +++ b/ocrloader.py @@ -133,5 +133,5 @@ while True: M.close() M.logout() - print 'waiting a bit' + print 'waiting a bit', time.strftime('%Y-%m-%d %H:%M:%S') time.sleep(30)