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()