forked from shaba/openuds
fixed typo on forward
This commit is contained in:
parent
cede2c48e9
commit
2fea5d1526
@ -22,7 +22,7 @@ else:
|
||||
|
||||
class CheckfingerPrints(paramiko.MissingHostKeyPolicy):
|
||||
def __init__(self, fingerPrints):
|
||||
super().__init__()
|
||||
super(CheckfingerPrints, self).__init__()
|
||||
self.fingerPrints = fingerPrints
|
||||
|
||||
def missing_host_key(self, client, hostname, key):
|
||||
|
Loading…
x
Reference in New Issue
Block a user