mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Replace python2.7 by python everywhere.
This commit is contained in:
committed by
Tim Abbott
parent
149938d468
commit
94e4b39112
@@ -21,7 +21,7 @@ class Command(BaseCommand):
|
||||
This is run as part of the nagios health check for the deliver_email command.
|
||||
Please note that this is only relevant to the SMTP-based email delivery (no Mandrill).
|
||||
|
||||
Usage: python2.7 manage.py print_email_delivery_backlog
|
||||
Usage: python manage.py print_email_delivery_backlog
|
||||
"""
|
||||
|
||||
def handle(self, *args, **options):
|
||||
|
||||
Reference in New Issue
Block a user