commit 452a62814eb38ccebd0832dbb3049ca7e398d20b parent b666e5795fd124fda82edd27c2946290dc06e7d6 Author: Sheng <webmaster0115@gmail.com> Date: Sun, 22 Apr 2018 20:23:00 +0800 Added two blank lines Diffstat:
M | webssh/policy.py | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/webssh/policy.py b/webssh/policy.py @@ -80,4 +80,6 @@ class AutoAddPolicy(paramiko.client.MissingHostKeyPolicy): f.write('{} {} {}\n'.format( hostname, keytype, key.get_base64() )) + + paramiko.client.AutoAddPolicy = AutoAddPolicy