We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14433de commit 801f740Copy full SHA for 801f740
1 file changed
openpaygo/token_shared.py
@@ -61,7 +61,6 @@ def generate_starting_code(cls, key):
61
62
@classmethod
63
def load_secret_key_from_hex(cls, secret_key):
64
-
65
try:
66
return codecs.decode(secret_key, "hex")
67
except Exception:
0 commit comments