Add hash_type argument to MultiKeyCLI.finger_all function

This commit is contained in:
Adam Mendlik 2016-12-29 09:20:02 -07:00
parent c8681269a4
commit 55ad9d6c6c

View file

@ -341,7 +341,7 @@ class MultiKeyCLI(KeyCLI):
def finger(self, match, hash_type):
self._call_all('finger', match, hash_type)
def finger_all(self):
def finger_all(self, hash_type):
self._call_all('finger_all', hash_type)
def prep_signature(self):