forked from quentin/quentin.dufour.io
Fix typo
This commit is contained in:
parent
5199a72c0c
commit
f46478565d
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ d2 = base64.b32decode(d1)
|
||||||
Cette fois-ci ça ressemble à de la base64 !
|
Cette fois-ci ça ressemble à de la base64 !
|
||||||
|
|
||||||
```python3
|
```python3
|
||||||
d3 = base64.b64decode()
|
d3 = base64.b64decode(d2)
|
||||||
# On a en ASCII : ndh16_{{d7817ba3f2cf61f97e73023bf815ebf9ae2ac26dd30bc804a6b5464dee4989cce431f1621ed982fd41fa80006c89dcc17e53a4086afbcab3cbc8d773712e5863}}
|
# On a en ASCII : ndh16_{{d7817ba3f2cf61f97e73023bf815ebf9ae2ac26dd30bc804a6b5464dee4989cce431f1621ed982fd41fa80006c89dcc17e53a4086afbcab3cbc8d773712e5863}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue