Skip to content
Snippets Groups Projects
Commit 04f2eeba authored by inso's avatar inso
Browse files

Fix decode

parent ad103e75
Branches
Tags
No related merge requests found
......@@ -133,7 +133,7 @@ class ConnectionConfigView(QDialog, Ui_ConnectionConfigurationDialog):
def action_show_pubkey(self):
salt = self.edit_salt.text()
password = self.edit_password.text()
pubkey = SigningKey(salt, password, self.scrypt_params).pubkey.decode("utf-8")
pubkey = SigningKey(salt, password, self.scrypt_params).pubkey
self.label_info.setText(pubkey)
def account_name(self):
......
  • inso @Insoleet

    mentioned in commit a1f2f7c7

    ·

    mentioned in commit a1f2f7c7

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment