mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
set使用update
This commit is contained in:
+1
-1
@@ -23,6 +23,6 @@ class Lookup(Module):
|
||||
for item in answer:
|
||||
record = item.to_text()
|
||||
subdomains = self.match_subdomains(record)
|
||||
self.subdomains = self.subdomains.union(subdomains)
|
||||
self.subdomains.update(subdomains)
|
||||
logger.log('DEBUG', record)
|
||||
return self.subdomains
|
||||
|
||||
Reference in New Issue
Block a user