mirror of https://github.com/huashengdun/webssh
Added two blank lines
parent
b666e5795f
commit
452a62814e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue