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
|
import json
|
||||||
from time import time
|
from time import time
|
||||||
|
|
||||||
|
|
||||||
def _to_b64url(data):
|
def _to_b64url(data):
|
||||||
return (
|
return (
|
||||||
binascii.b2a_base64(data)
|
binascii.b2a_base64(data)
|
||||||
|
|
Ładowanie…
Reference in New Issue