Loading django/contrib/sitemaps/management/commands/ping_google.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,5 +8,5 @@ class Command(BaseCommand): def add_arguments(self, parser): parser.add_argument('sitemap_url', nargs='?', default=None) def execute(self, *args, **options): def handle(self, *args, **options): ping_google(sitemap_url=options['sitemap_url']) Loading
django/contrib/sitemaps/management/commands/ping_google.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,5 +8,5 @@ class Command(BaseCommand): def add_arguments(self, parser): parser.add_argument('sitemap_url', nargs='?', default=None) def execute(self, *args, **options): def handle(self, *args, **options): ping_google(sitemap_url=options['sitemap_url'])