diff --git a/django_mailbox/management/commands/getmail.py b/django_mailbox/management/commands/getmail.py index c68da8f..991308d 100644 --- a/django_mailbox/management/commands/getmail.py +++ b/django_mailbox/management/commands/getmail.py @@ -20,7 +20,7 @@ class Command(BaseCommand): def handle(self, *args, **options): mailboxes = Mailbox.active_mailboxes.all() logging = True - if option['nologs']: + if options['nologs']: logging = False if args: