Update 'maker_hosts.py'

This commit is contained in:
Kale 2021-08-07 21:57:33 -07:00
parent d70adba16e
commit a02a018ecf
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 hostsbuilding(excluded ,incoming) ,output:
def hostsbuilding(excluded ,incoming ,output):
ankstanop = linecounter(incoming)
with open(excluded ,'r') as f:
exclude = f.read().split()