1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
This commit is contained in:
Skar3 2019-05-09 12:43:32 +02:00
parent 2e4db58e5c
commit 01697b764b

View file

@ -28,7 +28,7 @@ class Command(BaseCommand):
name=' '.join(args)
)
for mailbox in mailboxes:
if logging
if logging:
logger.info(
'Gathering messages for %s',
mailbox.name