mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 03:26:38 +02:00
print count of accounts to be checked
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user