kopia lustrzana https://github.com/tsileo/little-boxes
Fix typo
rodzic
21672a7e4d
commit
d43e9a4947
|
@ -34,7 +34,7 @@ class Key(object):
|
|||
self.privkey = k
|
||||
|
||||
def key_id(self) -> str:
|
||||
return self._id or f"{self.owner}#main-key"
|
||||
return self.id_ or f"{self.owner}#main-key"
|
||||
|
||||
def to_dict(self) -> Dict[str, Any]:
|
||||
return {
|
||||
|
|
Ładowanie…
Reference in New Issue