mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
typo
This commit is contained in:
@@ -15,7 +15,7 @@ class Sitemap(Check):
|
|||||||
"""
|
"""
|
||||||
正则匹配域名的sitemap文件中的子域
|
正则匹配域名的sitemap文件中的子域
|
||||||
"""
|
"""
|
||||||
filenames = {'sitemap.xml', 'sitemap.txt', 'sitemap.html'}
|
filenames = {'sitemap.xml', 'sitemap.txt', 'sitemap.html', 'sitemapindex.xml'}
|
||||||
self.to_check(filenames)
|
self.to_check(filenames)
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user