We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2be96 commit f3be256Copy full SHA for f3be256
examples/jwt_simpletest.py
@@ -21,4 +21,4 @@
21
# Validate a provided JWT
22
print("Decoding JWT...")
23
decoded_jwt = adafruit_jwt.JWT.validate(encoded_jwt)
24
-print('JOSE Header: {}\nJWT Claims: {}'.format(decoded_jwt[0], decoded_jwt[1]))
+print('JOSE Header: {}\nJWT Claims: {}'.format(decoded_jwt[0], decoded_jwt[1]))
0 commit comments