Update 'maker_hosts.py'
This commit is contained in:
parent
c8e35b2f72
commit
f22173c2c0
@ -10,7 +10,7 @@ def linecounter(incoming):
|
||||
pass
|
||||
return i + 1
|
||||
|
||||
def domainsbuilding(excluded ,incoming):
|
||||
def hostsbuilding(excluded ,incoming):
|
||||
ankstanop = linecounter(incoming)
|
||||
with open(excluded ,'r') as f:
|
||||
exclude = f.read().split()
|
||||
|
Loading…
Reference in New Issue
Block a user