Commit de997383 authored by Benjamin REED's avatar Benjamin REED

working build, fixed crap

parent 2230e7d0
...@@ -239,7 +239,7 @@ class State: ...@@ -239,7 +239,7 @@ class State:
if label in self.passwords: if label in self.passwords:
p = self.passwords[label] p = self.passwords[label]
if p.mode == "csr": if p.mode == "csr":
return p.password[2:-1] return str(p.password)[2:-1]
else: else:
return p.password.decode() return p.password.decode()
else: else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment