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:
ptav 2025-07-15 11:52:58 +03:00 committed by GitHub
commit 2a80a637d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,5 +7,4 @@ from django_mailbox.models import Mailbox
class Command(BaseCommand):
def handle(self, *args, **options):
logging.basicConfig(level=logging.INFO)
Mailbox.get_new_mail_all_mailboxes(args)