Added two blank lines
This commit is contained in:
@@ -80,4 +80,6 @@ class AutoAddPolicy(paramiko.client.MissingHostKeyPolicy):
|
|||||||
f.write('{} {} {}\n'.format(
|
f.write('{} {} {}\n'.format(
|
||||||
hostname, keytype, key.get_base64()
|
hostname, keytype, key.get_base64()
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
paramiko.client.AutoAddPolicy = AutoAddPolicy
|
paramiko.client.AutoAddPolicy = AutoAddPolicy
|
||||||
|
|||||||
Reference in New Issue
Block a user