Skip to content
This repository was archived by the owner on Jul 9, 2020. It is now read-only.

Commit 79b26bd

Browse files
committed
fix
1 parent e543d0c commit 79b26bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makesite/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(self, host):
1212

1313
def connect(self):
1414
self.client.load_system_host_keys()
15-
self.client.set_missing_host_key_policy(ssh.WarningPolicy)
15+
self.client.set_missing_host_key_policy(ssh.WarningPolicy())
1616
self.client.connect(self.host, port=22, username=self.user)
1717

1818
def close(self):

0 commit comments

Comments
 (0)