diff --git a/maker_hosts.py b/maker_hosts.py index c6d0425..5239972 100644 --- a/maker_hosts.py +++ b/maker_hosts.py @@ -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()