mirror of https://gitlab.com/bashrc2/epicyon
Decode
parent
133b77386a
commit
9f872d8b61
2
pgp.py
2
pgp.py
|
@ -419,7 +419,7 @@ def _pgpLocalPublicKeyId() -> str:
|
||||||
return None
|
return None
|
||||||
if len(result) < 5:
|
if len(result) < 5:
|
||||||
return None
|
return None
|
||||||
return result.replace('"', '').strip()
|
return result.decode('utf-8').replace('"', '').strip()
|
||||||
|
|
||||||
|
|
||||||
def _pgpLocalPublicKey() -> str:
|
def _pgpLocalPublicKey() -> str:
|
||||||
|
|
Loading…
Reference in New Issue