mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
fixed white space in comment
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ class DomainFuzz(object):
|
||||
|
||||
for d in self.domains:
|
||||
# if not self.__validate_domain(d['domain-name']):
|
||||
# p_err("debug: invalid domain %s\n" % d['domain-name'])
|
||||
# p_err("debug: invalid domain %s\n" % d['domain-name'])
|
||||
if self.__validate_domain(d['domain-name']) and d['domain-name'] not in seen:
|
||||
seen.add(d['domain-name'])
|
||||
filtered.append(d)
|
||||
|
||||
Reference in New Issue
Block a user