Skip to content

Commit

Permalink
Renamed cooking dynamic sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
diemuzi committed Jan 6, 2020
1 parent 933c0ed commit 93929d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diemuzi/cook/sitemaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def location(self, item):
return reverse(item)


class DynamicSitemapRead(sitemaps.Sitemap):
class DynamicSitemap(sitemaps.Sitemap):
priority = 0.5
changefreq = 'daily'
protocol = 'https'
Expand Down

0 comments on commit 93929d1

Please sign in to comment.