print count of accounts to be checked

This commit is contained in:
Patrick Ulbrich
2012-01-12 23:45:16 +01:00
parent 295e870670
commit a77cf3800b

View File

@@ -54,7 +54,7 @@ class MailChecker:
def check(self, accounts):
with self._mailcheck_lock:
print 'Checking email accounts at:', time.asctime()
print 'Checking %s email account(s) at: %s' % (len(accounts), time.asctime())
self._pid.kill() # kill all zombies
if not is_online():