mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Fix typo
This commit is contained in:
parent
2e4db58e5c
commit
01697b764b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class Command(BaseCommand):
|
||||||
name=' '.join(args)
|
name=' '.join(args)
|
||||||
)
|
)
|
||||||
for mailbox in mailboxes:
|
for mailbox in mailboxes:
|
||||||
if logging
|
if logging:
|
||||||
logger.info(
|
logger.info(
|
||||||
'Gathering messages for %s',
|
'Gathering messages for %s',
|
||||||
mailbox.name
|
mailbox.name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue