display current time when waiting

This commit is contained in:
Frédéric Péters 2013-11-05 13:07:32 +01:00
parent 65be07e6c4
commit ff596fc526
1 changed files with 1 additions and 1 deletions

View File

@ -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)