make compliant with mistune update

This commit is contained in:
Yax 2022-07-30 17:16:35 +02:00
parent fc61c0b9c7
commit ae83dbaf80
30 changed files with 74 additions and 94 deletions

View file

@ -99,7 +99,7 @@ A ce niveau, on peut essayer de faire communiquer deux applications à travers R
Code du producteur :
``` python
```python
#!/usr/bin/env python
import pika
import sys
@ -122,7 +122,7 @@ connection.close()
Code du consommateur :
``` python
```python
#!/usr/bin/env python
import pika
import sys