fixed typo on forward

This commit is contained in:
Adolfo Gómez García 2020-05-26 11:36:41 +02:00
parent cede2c48e9
commit 2fea5d1526

View File

@ -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):