mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
pep8
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
from common.module import Module
|
from common.module import Module
|
||||||
from common.utils import match_subdomain
|
from common import utils
|
||||||
from config import logger
|
from config import logger
|
||||||
|
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ class CheckCDX(Module):
|
|||||||
break
|
break
|
||||||
if not response:
|
if not response:
|
||||||
return
|
return
|
||||||
self.subdomains = match_subdomain(self.domain, response.text)
|
self.subdomains = utils.match_subdomain(self.domain, response.text)
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user