From f04040c1f686c5447ba73bf4bd4cd32705c0a272 Mon Sep 17 00:00:00 2001 From: ofilter Date: Sun, 6 Mar 2022 22:46:11 +0100 Subject: [PATCH] Rename host files to hostlist, fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 76b16c9..9e3c980 100644 --- a/main.py +++ b/main.py @@ -310,7 +310,7 @@ def main(): if args.version: print(f'Connection tester: v{version}') else: - args_dic = {"files_to_send": args.file, "host_list": args.hosts_lists, + args_dic = {"files_to_send": args.file, "host_lists": args.hosts_lists, "credentials_files": args.credentials_file} conf = CONFIG(**args_dic) manager = MANAGER(config=conf)