From a1ad48a0bc69674860c291d95fa218937876bbfc Mon Sep 17 00:00:00 2001 From: Toby Date: Tue, 1 Aug 2023 13:49:51 +0200 Subject: [PATCH] clean up --- sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.py b/sync.py index be1c5c8..f3f65ec 100755 --- a/sync.py +++ b/sync.py @@ -17,7 +17,7 @@ class task_thread(threading.Thread): def read_config(): with open('config.yaml', 'r') as stream: return yaml.safe_load(stream) - + def update_keys(host, port, user, keys): try: client = paramiko.SSHClient()