Update 'maker_domains.py'
This commit is contained in:
parent
952d6872d3
commit
68876217d9
@ -29,9 +29,9 @@ def domainsbuilding(excluded ,incoming):
|
||||
for line in lines:
|
||||
if line.strip() and not line in exclude and not line.startswith('#'):
|
||||
f.write('\n'.join([line + '\n']))
|
||||
if line.startswith((';','$','@',' IN')):
|
||||
elif line.startswith((';','$','@',' IN')):
|
||||
f.write('\n'.join([line + '\n']))
|
||||
if not line.strip():
|
||||
elif not line.strip():
|
||||
f.write('\n'.join([line + '\n']))
|
||||
f.close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user