Update 'maker_hosts.py'

This commit is contained in:
Kale 2021-08-07 21:38:25 -07:00
parent c8e35b2f72
commit f22173c2c0
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -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()