mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
Fix typo
This commit is contained in:
parent
01697b764b
commit
adfa8acba1
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue