From 6b8a609a9cedd21f983d43639fe82bfc0f00c380 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Sat, 22 Aug 2020 14:23:22 +0800 Subject: [PATCH] typo --- modules/check/sitemap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/check/sitemap.py b/modules/check/sitemap.py index 561e845..1399d27 100644 --- a/modules/check/sitemap.py +++ b/modules/check/sitemap.py @@ -15,7 +15,7 @@ class Sitemap(Check): """ 正则匹配域名的sitemap文件中的子域 """ - filenames = {'sitemap.xml', 'sitemap.txt', 'sitemap.html'} + filenames = {'sitemap.xml', 'sitemap.txt', 'sitemap.html', 'sitemapindex.xml'} self.to_check(filenames) def run(self):