修正模块名字

This commit is contained in:
shmilylty
2019-08-09 21:02:27 +08:00
parent b21e31a223
commit 611580aa97
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class CheckRobots(Module):
Module.__init__(self)
self.domain = self.register(domain)
self.module = 'Check'
self.source = 'Robots.txt'
self.source = 'Robots'
def check(self):
"""