mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
set使用update
This commit is contained in:
@@ -32,7 +32,7 @@ class CheckCert(Module):
|
||||
logger.log('DEBUG', e.args)
|
||||
return
|
||||
subdomains = self.match_subdomains(str(cert_dict))
|
||||
self.subdomains = self.subdomains.union(subdomains)
|
||||
self.subdomains.update(subdomains)
|
||||
|
||||
def run(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user