kopia lustrzana https://github.com/micropython/micropython-lib
python-ecosys/pyjwt/jwt.py: Fix missing whitespace.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>pull/447/merge
rodzic
f95260d7e3
commit
c3f4779002
|
@ -4,6 +4,7 @@ import hmac
|
|||
import json
|
||||
from time import time
|
||||
|
||||
|
||||
def _to_b64url(data):
|
||||
return (
|
||||
binascii.b2a_base64(data)
|
||||
|
|
Ładowanie…
Reference in New Issue