From a02a018ecf6e0240fb76cc955c42d1e56d2ac164 Mon Sep 17 00:00:00 2001 From: Kale Date: Sat, 7 Aug 2021 21:57:33 -0700 Subject: [PATCH] Update 'maker_hosts.py' --- maker_hosts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()