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:44:41 +02:00
parent 01697b764b
commit adfa8acba1

View file

@ -20,7 +20,7 @@ class Command(BaseCommand):
def handle(self, *args, **options): def handle(self, *args, **options):
mailboxes = Mailbox.active_mailboxes.all() mailboxes = Mailbox.active_mailboxes.all()
logging = True logging = True
if option['nologs']: if options['nologs']:
logging = False logging = False
if args: if args: