diff --git a/maker_hosts.py b/maker_hosts.py index 738757d..9fb845b 100644 --- a/maker_hosts.py +++ b/maker_hosts.py @@ -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()